diff --git a/templates/Pydio-Cells/0/docker-compose.yml b/templates/Pydio-Cells/0/docker-compose.yml index 1e64d4b..70ab04a 100644 --- a/templates/Pydio-Cells/0/docker-compose.yml +++ b/templates/Pydio-Cells/0/docker-compose.yml @@ -7,7 +7,7 @@ services: - 1.1.1.1 - 1.0.0.1 environment: - CELLS_BIND: ${TRAEFIK_HOST}:80 + CELLS_BIND: localhost:80 CELLS_EXTERNAL: ${TRAEFIK_HOST}:443 CELLS_NO_SSL: 0 labels: @@ -32,11 +32,10 @@ services: volumes: - /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /etc/timezone:/etc/timezone:ro # Syncronize timezone of container with the host system - - /RancherCattle/${DATA_DIR}/Data:/root/.config/pydio/cells/data # Cells users' data files - - /RancherCattle/${DATA_DIR}/Logs:/root/.config/pydio/cells/logs # Cells logs - - /RancherCattle/${DATA_DIR}/Services:/root/.config/pydio/cells/services # Cells services information + - /RancherCattle/${DATA_DIR}:/root/.config/pydio/cells mysql: image: mysql:5 + command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci] dns: # Using Cloudflare DNS - 1.1.1.1 - 1.0.0.1