fix : declare Netwok HomePrioxy in guacamole

This commit is contained in:
Mikaël Hardy 2024-02-20 15:57:10 +00:00
parent 5e16414230
commit 7ae7bc91ab

View File

@ -32,4 +32,9 @@ services:
restart: always restart: always
volumes: volumes:
- /opt/appdata/guacamole/drive:/drive:rw - /opt/appdata/guacamole/drive:/drive:rw
- /opt/appdata/guacamole/record:/var/lib/guacamole/recordings:rw - /opt/appdata/guacamole/record:/var/lib/guacamole/recordings:rw
networks:
HomeProxy:
driver: bridge
external: true