From 9c7f2ed39a729906c3e9891498a5738eb6a5c347 Mon Sep 17 00:00:00 2001 From: kenzuya Date: Tue, 10 Mar 2026 20:31:03 +0700 Subject: [PATCH] Update --- docker-compose.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/docker-compose.yml b/docker-compose.yml index 0da862d..6c02158 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -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: