This repository was archived by the owner on Dec 3, 2021. It is now read-only.

Description
The antidote-web startup in docker-compose.yaml is redirecting traffic to 8080 inside the container whereas nginx is started on port 80 internally.
Hence proposing:
modified docker-compose.yml
@@ -13,7 +13,7 @@ services:
POSTGRES_USER: 'na'
POSTGRES_PASSWORD: 'na'
ports:
- - "8080:8080"
+ - "8080:80"
guacd:
image: "guacamole/guacd"
I'm not completely sure how the newer webssh stuff integrates though... so maybe there needs another setup