fix(games): Change to amp-dockerized to fix license missing issue (#74) #86
1 changed files with 4 additions and 5 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue