Aller au contenu
  1. Exemples/

Firefox

·1 min· ·
Docker
Adrien D'acunto
Auteur
Adrien D’acunto
services:
	firefox:
		container_name: firefox
		ports:
			- 5800:5800
		volumes:
			- /docker/appdata/firefox:/config:rw # This is the path where the firefox profile is stored
		image: jlesage/firefox
		restart: unless-stopped

Articles connexes

Gitea
·2 mins
Docker
Jellyfin
·1 min
Docker Media
Myspeed
·1 min
Docker
NTFY
·1 min
Docker
Nextcloud
·1 min
Docker Storage
Nginx
·1 min
Docker