diff --git a/install.sh b/install.sh index 9d2bfbf..6bce051 100755 --- a/install.sh +++ b/install.sh @@ -288,6 +288,12 @@ services: image: guacamole/guacd:${GUAC_VERSION} container_name: guacd restart: unless-stopped + volumes: + # Odrediste za RDP drive redirection (prijenos datoteka). Bez trajnog + # volumena prenesene datoteke nestaju pri svakom restartu kontejnera. + # U konekciji postaviti: enable-drive=true, create-drive-path=true, + # drive-path=/drive/\${GUAC_USERNAME} + - guac_drive:/drive networks: [guac_net] postgres: @@ -345,6 +351,7 @@ networks: volumes: postgres_data: + guac_drive: EOF info "docker-compose.yml kreiran"