website/_posts/2021-08-04-firefox-docker-container.md
sthope 0506f02b43
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-09-04 02:52:02 +02:00

1.2 KiB

layout title description author image categories comments logo stack
post FireFox Docker Container sthope firefox.png
Docker
Portainer
Stack
LinuxServer
true /assets/images/doublecommander.png https://git.sthope.dev/sthope/sthope-examples/src/branch/master/docker_portainer_stacks/src/branch/master/firefox.yml

Portainer Stack

``` --- version: "3.8" services: firefox: image: ghcr.io/linuxserver/firefox:latest container_name: firefox network_mode: bridge environment: - PUID=1000 - PGID=1000 - TZ=Europe/Amsterdam volumes: - firefox_config:/config ports: - 48313:3000 shm_size: "1gb" restart: unless-stopped labels: - com.centurylinklabs.watchtower.enable=true

volumes: firefox_config: external: false

<br>
<br>
### Deploy directly from Git Repository
<br>
Use `Repository URL`:

https://git.sthope.dev/sthope/sthope-examples/src/branch/master/docker_portainer_stacks/src/branch/master/firefox.yml

<br>
<br>
And `Compose path`:

firefox.yml

<br>
<br>
![stack](/assets/images/firefox_stack.png)
<br>
<br>
Firefox should now be available at:

http://firefox_IP:48313