WM | EM | BLx | FBLx | DFB | UCL | 20xx - Tippspiel siehe Beschreibung
6.0K
you can run it direct as ugreen-docker-project.
after an update the admin need to push save in config and optional the users
Update error at the end
# Ma Ni - v1.7
#
# Tippspiel
#
#
services:
tippspiel:
image: nitje/tippspiel:latest
container_name: tippspiel
restart: unless-stopped
ports:
- "15000:15000"
environment:
TZ: Europe/Berlin
APP_UID: ${TIPPSPIEL_UID:-1000}
APP_GID: ${TIPPSPIEL_GID:-10}
TIPPSPIEL_CONFIG_DIR: /config
TIPPSPIEL_TEMPLATE_DIR: /templates
TIPPSPIEL_USERDATA_DIR: /userdata
TIPPSPIEL_DATA_DIR: /data
TIPPSPIEL_LOG_LEVEL: ${TIPPSPIEL_LOG_LEVEL:-error}
TIPPSPIEL_DISCORD_USER_AGENT: ${TIPPSPIEL_DISCORD_USER_AGENT:-Tippspiel/1.7}
volumes:
- ${TIPPSPIEL_CONFIG_HOST:-./config}:/config
- ${TIPPSPIEL_USERDATA_HOST:-./userdata}:/userdata
- ${TIPPSPIEL_DATA_HOST:-./data}:/data
network_mode: bridge
For a while, older versions used just "wm" instead of "wm26" for the "League Shortcut"; this should have been changed starting around version 0.9.
The order of steps is important:
You need to rename all files in "data" and then change "wm" to "wm26" in the management settings. After that, all game data should be restored.
Content type
Image
Digest
sha256:048db2449…
Size
50.2 MB
Last updated
3 months ago
docker pull nitje/tippspiel