fix(games): Change to amp-dockerized to fix license missing issue (#74) #86

Merged
carsten merged 1 commit from bugfix/#74-games-amp-license into main 2024-10-26 16:49:23 +02:00
Showing only changes of commit 4c0a3c8bd5 - Show all commits

View file

@ -4,7 +4,7 @@ version: "3.7"
services:
games:
image: ghcr.io/imagegenius/amp:2.5.1-ubuntu
image: mitchtalmadge/amp-dockerized:v22
container_name: games
restart: "${RESTART:-no}"
domainname: ${BASE_DOMAIN}
@ -18,11 +18,10 @@ services:
- 2223:2223 # AMP FTP
environment:
- TZ=${TIMEZONE}
- LICENCE=${MINECRAFT_AMP_LICENSE}
- MODULE=ADS
- JAVA_VERSIONS=8
- AMP_LICENCE=${MINECRAFT_AMP_LICENSE}
- AMP_MODULE=ADS
volumes:
- ${BASE_DIR:-/srv}/games:/config
- ${BASE_DIR:-/srv}/games:/home/amp/.ampdata
networks:
- proxy
- mail