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:
|
||||
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
|
||||
|
|
Loading…
Reference in a new issue