Syntax fix
This commit is contained in:
@@ -12,7 +12,7 @@ services:
|
|||||||
labels:
|
labels:
|
||||||
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
io.rancher.scheduler.affinity:host_label: ${LABEL_KEY_VALUE}
|
||||||
ports:
|
ports:
|
||||||
- ${CHE_PORT}":8080"
|
- "${CHE_PORT}:8080"
|
||||||
restart: on-failure
|
restart: on-failure
|
||||||
volumes:
|
volumes:
|
||||||
- /var/run/docker.sock:/var/run/docker.sock
|
- /var/run/docker.sock:/var/run/docker.sock
|
||||||
|
|||||||
Reference in New Issue
Block a user