Pierwsz wysyłka ;-)

This commit is contained in:
2022-03-26 17:26:25 +01:00
commit 76bb6d76a6
10 changed files with 149 additions and 0 deletions

View File

@ -0,0 +1,10 @@
version: '2'
services:
guacamole:
image: oznu/guacamole:armhf
container_name: guacamole
volumes:
- /docker/guacamole:/config
ports:
- 8888:8080
restart: always

View File

@ -0,0 +1,9 @@
services:
guacamole:
image: oznu/guacamole
container_name: guacamole
volumes:
- /volume1/docker/guacamole:/config
ports:
- 8888:8080
restart: always