This commit is contained in:
@@ -8,4 +8,21 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- /home/ccalifice/docker-data/termix/termix-data:/app/data
|
- /home/ccalifice/docker-data/termix/termix-data:/app/data
|
||||||
environment:
|
environment:
|
||||||
PORT: "8080"
|
PORT: "8080"
|
||||||
|
depends_on:
|
||||||
|
- guacd
|
||||||
|
networks:
|
||||||
|
- termix-net
|
||||||
|
|
||||||
|
guacd:
|
||||||
|
image: guacamole/guacd:latest
|
||||||
|
container_name: guacd
|
||||||
|
restart: unless-stopped
|
||||||
|
ports:
|
||||||
|
- "4822:4822"
|
||||||
|
networks:
|
||||||
|
- termix-net
|
||||||
|
|
||||||
|
networks:
|
||||||
|
termix-net:
|
||||||
|
driver: bridge
|
||||||
Reference in New Issue
Block a user