docker/docker-compose/firefox/firefox_synology.yml

15 lines
301 B
YAML
Raw Permalink Normal View History

2022-04-03 22:02:58 +02:00
version: "2.1"
services:
firefox:
image: lscr.io/linuxserver/firefox
container_name: firefox
environment:
- PUID=1024
- PGID=100
- TZ=Europe/Warsaw
volumes:
- /volume1/docker/firefox:/config
ports:
- 3333:3000
shm_size: "1gb"
restart: always