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