This commit is contained in:
kenzuya
2026-03-10 20:31:03 +07:00
parent f622e052db
commit 9c7f2ed39a

View File

@@ -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: