Update
This commit is contained in:
@@ -9,6 +9,7 @@ services:
|
|||||||
UNSHACKLE_APP_DIR: /opt/unshackle
|
UNSHACKLE_APP_DIR: /opt/unshackle
|
||||||
container_name: unshackle
|
container_name: unshackle
|
||||||
hostname: unshackle
|
hostname: unshackle
|
||||||
|
network_mode: host
|
||||||
working_dir: /opt/unshackle
|
working_dir: /opt/unshackle
|
||||||
stdin_open: true
|
stdin_open: true
|
||||||
tty: true
|
tty: true
|
||||||
@@ -41,6 +42,14 @@ services:
|
|||||||
- /tmp:/tmp
|
- /tmp:/tmp
|
||||||
- tailscale-state:/var/lib/tailscale
|
- tailscale-state:/var/lib/tailscale
|
||||||
command: fish
|
command: fish
|
||||||
|
firefox:
|
||||||
|
image: jlesage/firefox:latest
|
||||||
|
container_name: firefox
|
||||||
|
ports:
|
||||||
|
- "5800:5800"
|
||||||
|
volumes:
|
||||||
|
- firefox-config:/config
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
firefox-config:
|
||||||
tailscale-state:
|
tailscale-state:
|
||||||
|
|||||||
Reference in New Issue
Block a user