version: "2.1" services: firefox: image: lscr.io/linuxserver/firefox container_name: firefox environment: - PUID=1000 - PGID=1000 - TZ=Europe/Warsaw volumes: - /docker/firefox:/config ports: - 3333:3000 shm_size: "1gb" restart: always