maintenance and player info packet cast fix

This commit is contained in:
ineanto 2023-06-19 15:08:23 +02:00
parent 584b34fd51
commit dee3f9b91c
10 changed files with 61 additions and 52 deletions

23
docker-compose.yml Normal file
View file

@ -0,0 +1,23 @@
# Nicko's docker-compose.yml
# Used for debug and test purposes.
version: '3.1'
services:
db:
image: mariadb
restart: always
environment:
MARIADB_ROOT_PASSWORD: 12345
adminer:
image: adminer
restart: always
ports:
- "8080:8080"
redis:
image: redis
restart: always
ports:
- "6379:6379"