Compare commits
2 Commits
ab3fcb0725
...
e24e04cd36
| Author | SHA1 | Date | |
|---|---|---|---|
| e24e04cd36 | |||
| c5239726d5 |
@@ -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
|
||||
Reference in New Issue
Block a user