8 lines
No EOL
237 B
Text
Executable file
8 lines
No EOL
237 B
Text
Executable file
services:
|
|
guacamole:
|
|
image: flcontainers/guacamole
|
|
volumes:
|
|
- ${DATA_DIR}:/config
|
|
- ${BRANDING_JARFILE}:/config/guacamole/extensions/branding.jar
|
|
ports:
|
|
- ${IP}:${PORT}:8080 |