This commit is contained in:
zino
2023-12-16 17:24:58 +01:00
parent 6adcd4541f
commit 2b66d5ff1a

View File

@@ -3,7 +3,7 @@ services:
seafile:
image: seafileltd/seafile-mc:latest
container_name: seafile
restart: "no"
restart: "on-failure"
volumes:
- ./volumes/seafile-data:/shared
environment:
@@ -24,7 +24,7 @@ services:
db: # as is is referenced by that name in seafile configs / example
image: mariadb:latest
container_name: seafile-mariadb
restart: "no"
restart: "on-failure"
environment:
- MYSQL_ROOT_PASSWORD=Fk%Bysffpw5ob2t@
- MYSQL_LOG_CONSOLE=true
@@ -36,7 +36,7 @@ services:
memcached: # as is is referenced by that name in seafile configs / example
image: memcached:latest
container_name: seafile-memcached
restart: "no"
restart: "on-failure"
entrypoint: memcached -m 256
networks:
- web