Testing with new setup instructions

This commit is contained in:
WilliamMiceli
2019-04-15 19:46:58 -04:00
parent e7c9fd5301
commit 144095f14b

View File

@@ -7,7 +7,7 @@ services:
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1
environment: environment:
CELLS_BIND: ${TRAEFIK_HOST}:80 CELLS_BIND: localhost:80
CELLS_EXTERNAL: ${TRAEFIK_HOST}:443 CELLS_EXTERNAL: ${TRAEFIK_HOST}:443
CELLS_NO_SSL: 0 CELLS_NO_SSL: 0
labels: labels:
@@ -32,11 +32,10 @@ services:
volumes: volumes:
- /etc/localtime:/etc/localtime:ro # Syncronize time of container with the host system - /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 - /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}:/root/.config/pydio/cells
- /RancherCattle/${DATA_DIR}/Logs:/root/.config/pydio/cells/logs # Cells logs
- /RancherCattle/${DATA_DIR}/Services:/root/.config/pydio/cells/services # Cells services information
mysql: mysql:
image: mysql:5 image: mysql:5
command: [mysqld, --character-set-server=utf8mb4, --collation-server=utf8mb4_unicode_ci]
dns: # Using Cloudflare DNS dns: # Using Cloudflare DNS
- 1.1.1.1 - 1.1.1.1
- 1.0.0.1 - 1.0.0.1