Renovate Bot
19dfa5142c
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [ghcr.io/imagegenius/amp](https://github.com/imagegenius/docker-amp/packages) ([source](https://github.com/imagegenius/docker-amp)) | patch | `2.4.7-ubuntu` -> `2.4.8-ubuntu` | --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTAuMSIsInVwZGF0ZWRJblZlciI6IjM3LjE1MC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9--> Reviewed-on: carsten/container-server#16 Co-authored-by: Renovate Bot <renovate@git.csprung.de> Co-committed-by: Renovate Bot <renovate@git.csprung.de>
29 lines
760 B
YAML
29 lines
760 B
YAML
version: "3.7"
|
|
|
|
# https://github.com/imagegenius/docker-amp/pkgs/container/amp
|
|
|
|
services:
|
|
games:
|
|
image: ghcr.io/imagegenius/amp:2.4.8-ubuntu
|
|
container_name: games
|
|
restart: "${RESTART:-no}"
|
|
hostname: games
|
|
domainname: ${BASE_DOMAIN}
|
|
mac_address: 02:42:AC:D7:11:9C # Please see the README about this field.
|
|
labels:
|
|
com.centurylinklabs.watchtower.enable: false
|
|
expose:
|
|
- "8080" # expose amp web ui port for proxy
|
|
ports:
|
|
- 25565:25565 # For Java Edition (TCP)
|
|
- 2223:2223 # AMP FTP
|
|
environment:
|
|
- TZ=${TIMEZONE}
|
|
- LICENCE=${MINECRAFT_AMP_LICENSE}
|
|
- MODULE=ADS
|
|
- JAVA_VERSIONS=8
|
|
volumes:
|
|
- ${BASE_DIR:-/srv}/games:/config
|
|
networks:
|
|
- proxy
|
|
- mail
|