1
0

added newest versions of all compose files

This commit is contained in:
2024-08-15 22:35:13 -04:00
parent 7dc67af8f6
commit 02f770aa47
13 changed files with 508 additions and 0 deletions

View File

@@ -0,0 +1,34 @@
---
# EmulatorJS
# Retro game emulation in the web browser
# APP_CREATOR_NAME
# ↳ https://link.to.github
# ↳ https://link.to.docs
services:
emulator-js:
image: lscr.io/linuxserver/emulatorjs:latest
container_name: emulator-js
restart: unless-stopped
networks:
- proxy
# ports:
# - 80:80
# - 3000:3000
environment:
- PUID=1000
- PGID=1000
volumes:
- /etc/timezone:/etc/timezone:ro
- /etc/localtime:/etc/localtime:ro
- /home/fxequals/docker/emulator-js/config:/config
- /home/fxequals/docker/emulator-js/data:/data
- /home/fxequals/docker/emulator-js/
networks:
proxy:
external: true