This commit is contained in:
zino
2023-12-06 00:54:27 +01:00
parent 0b0c0aad67
commit 6adcd4541f

View File

@@ -3,7 +3,7 @@ services:
seafile:
image: seafileltd/seafile-mc:latest
container_name: seafile
restart: "on-failure"
restart: "no"
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: "on-failure"
restart: "no"
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: "on-failure"
restart: "no"
entrypoint: memcached -m 256
networks:
- web