Browse Source

tweaks

merge-requests/64/head
Steven Foerster 5 years ago
parent
commit
85d3306361
  1. 6
      extra/guacamole.yml

6
extra/guacamole.yml

@ -32,7 +32,7 @@ services:
GUACD_HOSTNAME: guacd GUACD_HOSTNAME: guacd
GUACD_PORT: 4822 GUACD_PORT: 4822
POSTGRES_HOSTNAME: postgres POSTGRES_HOSTNAME: postgres
GUACAMOLE_HOME: /opt/mistborn_volumes/extra/guacamole/config #GUACAMOLE_HOME: /config
env_file: env_file:
- ../.envs/.production/.postgres - ../.envs/.production/.postgres
image: guacamole/guacamole image: guacamole/guacamole
@ -40,11 +40,11 @@ services:
- guacd - guacd
networks: networks:
guacnetwork: guacnetwork:
#ports: ports:
## enable next line if not using nginx ## enable next line if not using nginx
## - 8080:8080/tcp # Guacamole is on :8080/guacamole, not /. ## - 8080:8080/tcp # Guacamole is on :8080/guacamole, not /.
## enable next line when using nginx ## enable next line when using nginx
#- 8080/tcp - 8080/tcp
restart: unless-stopped restart: unless-stopped
# networks # networks

Loading…
Cancel
Save