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