Skip to content

Instantly share code, notes, and snippets.

@dnburgess
Created August 3, 2021 21:21
Show Gist options
  • Star 4 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save dnburgess/24a70e6be9d3a677ee2ee617978ad3a2 to your computer and use it in GitHub Desktop.
Save dnburgess/24a70e6be9d3a677ee2ee617978ad3a2 to your computer and use it in GitHub Desktop.
Standard Firefox Docker Install
---
version: "2.1"
volumes:
firefox:
services:
firefox:
image: ghcr.io/linuxserver/firefox
container_name: firefox
environment:
- PUID=1026 #change this to for your settings
- PGID=100 #change this to for your settings
- TZ=America/Denver #change this to for your location
volumes:
- firefox:/config
ports:
- 3456:3000
shm_size: "1gb"
restart: unless-stopped
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment