Pierwsz wysyłka ;-)
This commit is contained in:
10
docker-compose/Guacamole/rpi-guacamole.yml
Normal file
10
docker-compose/Guacamole/rpi-guacamole.yml
Normal 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
|
9
docker-compose/Guacamole/synology-guacamole.yml
Normal file
9
docker-compose/Guacamole/synology-guacamole.yml
Normal file
@ -0,0 +1,9 @@
|
||||
services:
|
||||
guacamole:
|
||||
image: oznu/guacamole
|
||||
container_name: guacamole
|
||||
volumes:
|
||||
- /volume1/docker/guacamole:/config
|
||||
ports:
|
||||
- 8888:8080
|
||||
restart: always
|
Reference in New Issue
Block a user