Seafile : precisions mineures
This commit is contained in:
parent
2d8cc2668f
commit
ae4ae374ff
|
@ -1,7 +1,7 @@
|
|||
version: '2.0'
|
||||
services:
|
||||
db:
|
||||
image: mariadb:10.2
|
||||
image: docker.io/library/mariadb:10.2
|
||||
container_name: seafile-mysql
|
||||
environment:
|
||||
- MYSQL_ROOT_PASSWORD=${GARBAYE_SEAFILE_MYSQL_ROOT_PASSWORD} # Requested, set the root's password of MySQL service.
|
||||
|
@ -12,14 +12,14 @@ services:
|
|||
- seafile-net
|
||||
|
||||
memcached:
|
||||
image: memcached:1.5.6
|
||||
image: docker.io/library/memcached:1.6
|
||||
container_name: seafile-memcached
|
||||
command: memcached -m 256
|
||||
networks:
|
||||
- seafile-net
|
||||
|
||||
seafile:
|
||||
image: seafileltd/seafile-mc:8.0.8
|
||||
image: docker.io/seafileltd/seafile-mc:8.0.8
|
||||
container_name: seafile
|
||||
ports:
|
||||
- "127.0.0.1:8000:8000"
|
||||
|
|
Loading…
Reference in a new issue