| 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' |
abdul / Emulatorjs
Last active 2 months ago
The official home of the EmulatorJS project. To play your retro game in your browser :). localIP: 3000
Revision 942bc9f05eb98a6bf8e80e1e74dafc6f68a6ae87