jlesage / docker-firefox
Docker container for Firefox.
docker-compose.yml
version: '3'
services:
firefox:
image: jlesage/firefox
ports:
- "5800:5800"
volumes:
- "./config:/config:rw"
restart: "unless-stopped"Resources
GitHub: https://github.com/jlesage/docker-firefox
Docker Hub: https://hub.docker.com/r/jlesage/firefox