Testing with privileges

This commit is contained in:
WilliamMiceli
2018-06-18 17:58:09 -04:00
parent 9d71e3da2e
commit 8cae31a54e

View File

@@ -14,6 +14,7 @@ services:
io.rancher.container.hostname_override: eclipse-che io.rancher.container.hostname_override: eclipse-che
ports: ports:
- "${CHE_PORT}:8080" - "${CHE_PORT}:8080"
privileged: true
restart: on-failure restart: on-failure
volumes: volumes:
- /var/run/docker.sock:/var/run/docker.sock - /var/run/docker.sock:/var/run/docker.sock