7 lines
162 B
Text
Executable file
7 lines
162 B
Text
Executable file
services:
|
|
guacamole:
|
|
image: flcontainers/guacamole
|
|
volumes:
|
|
- ${DATA_DIR}:/config
|
|
ports:
|
|
- ${IP}:${PORT}:8080
|