From c5239726d5d774bf073ba4abb4206fa348e663a0 Mon Sep 17 00:00:00 2001 From: Jeff Near Date: Wed, 8 Apr 2026 21:20:13 +0000 Subject: [PATCH] Removing unused firefox-vpn compose --- firefox-vpn/compose.yml | 16 ---------------- 1 file changed, 16 deletions(-) delete mode 100644 firefox-vpn/compose.yml diff --git a/firefox-vpn/compose.yml b/firefox-vpn/compose.yml deleted file mode 100644 index d0f6d35..0000000 --- a/firefox-vpn/compose.yml +++ /dev/null @@ -1,16 +0,0 @@ -services: - browser: - image: lscr.io/linuxserver/firefox:latest - container_name: firefox - environment: - - PUID=1000 - - PGID=1000 - - TZ=America/New_York - - HTTP_PROXY=http://localhost:8888 # Set the HTTP proxy to Gluetun - - HTTPS_PROXY=http://localhost:8888 # Set the HTTPS proxy to Gluetun - network_mode: "container:gluetun" - shm_size: "1gb" - volumes: - - /home/fejy/docker/firefox/config:/config:rw - - /home/fejy/docker/firefox/downloads:/downloads:rw - restart: unless-stopped -- 2.49.0