Update termix.yaml
Fixed restart always
This commit is contained in:
+2
-2
@@ -16,11 +16,11 @@ services:
|
|||||||
PORT: 5674
|
PORT: 5674
|
||||||
depends_on:
|
depends_on:
|
||||||
- guacd
|
- guacd
|
||||||
restart: on-failure:5
|
restart: unless-stopped
|
||||||
|
|
||||||
guacd:
|
guacd:
|
||||||
image: guacamole/guacd:latest
|
image: guacamole/guacd:latest
|
||||||
container_name: Guacd
|
container_name: Guacd
|
||||||
ports:
|
ports:
|
||||||
- 4822:4822
|
- 4822:4822
|
||||||
restart: on-failure:5
|
restart: unless-stopped
|
||||||
Reference in New Issue
Block a user