Last active 1690304498

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

gistfile1.txt Raw
1version: '3.3'
2services:
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'