docker-compose 模板
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

14 lines
280 B

3 years ago
version: "3.9"
services:
firefox:
image: ghcr.io/linuxserver/firefox
container_name: firefox
environment:
- PUID=1000
- PGID=1000
- /etc/localtime:/etc/localtime
volumes:
- ./config:/config
ports:
- 9300:3000
shm_size: "1gb"