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: