diff --git a/epicgamesfree/config.json b/epicgamesfree/config.json index d98d5349a..9ee68d11c 100644 --- a/epicgamesfree/config.json +++ b/epicgamesfree/config.json @@ -12,7 +12,7 @@ ], "name": "Epic Games Free", "ports": { - "3000/tcp": 3001 + "3000/tcp": 3000 }, "ports_description": { "3000/tcp": "web interface" diff --git a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh index 42dd686f5..ec5264dc7 100644 --- a/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh +++ b/epicgamesfree/rootfs/etc/cont-init.d/99-run.sh @@ -22,9 +22,6 @@ for i in *.json; do # Whitespace-safe but not recursive. ln -s "$i" /usr/app/config done -# Copy config files -cp -Rn /usr/app/config/. $HOME/ - ############## # Launch App # ############## @@ -33,4 +30,6 @@ echo " " bashio::log.info "Starting the app" echo " " +cd /usr/app/config || true + /./usr/local/bin/docker-entrypoint.sh