testing debian-xfce-firefox
This commit is contained in:
21
debian-xfce-firefox/compose.yml
Normal file
21
debian-xfce-firefox/compose.yml
Normal file
@@ -0,0 +1,21 @@
|
||||
services:
|
||||
debian-xfce-firefox:
|
||||
container_name: debian-xfce-firefox
|
||||
image: repo.aknlw.com/akanealw/debian-vnc-xfce:latest-firefox-default
|
||||
environment:
|
||||
- PUID=1000
|
||||
- PGID=1000
|
||||
shm_size: '2g'
|
||||
networks:
|
||||
- reverse-proxy
|
||||
restart: always
|
||||
volumes:
|
||||
- debian-xfce-firefox:/home/akanealw
|
||||
|
||||
networks:
|
||||
reverse-proxy:
|
||||
name: reverse-proxy
|
||||
external: true
|
||||
|
||||
volumes:
|
||||
debian-xfce-firefox:
|
||||
Reference in New Issue
Block a user