Dernière activité 1690304498

The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000

abdul a révisé ce gist 1690304498. Aller à la révision

1 file changed, 18 insertions

gistfile1.txt(fichier créé)

@@ -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'
Plus récent Plus ancien