abdul revised this gist . Go to revision
1 file changed, 18 insertions
gistfile1.txt(file created)
| @@ -0,0 +1,18 @@ | |||
| 1 | + | version: '3.3' | |
| 2 | + | services: | |
| 3 | + | linuxserver: | |
| 4 | + | container_name: emulatorjs | |
| 5 | + | environment: | |
| 6 | + | - PUID=1026 | |
| 7 | + | - PGID=1000 | |
| 8 | + | - TZ=Europe/Stockholm | |
| 9 | + | - SUBFOLDER=/ | |
| 10 | + | ports: | |
| 11 | + | - '3000:3000' | |
| 12 | + | - '49154:49154' | |
| 13 | + | - '4001:4001' | |
| 14 | + | volumes: | |
| 15 | + | - '/volume1/docker/emulatorjs/config:/config' | |
| 16 | + | - '/volume1/docker/emulatorjs/data:/data' | |
| 17 | + | restart: unless-stopped | |
| 18 | + | image: 'lscr.io/linuxserver/emulatorjs:latest' | |
Newer
Older