feat: 1.20/1.20.1 update

This commit is contained in:
ineanto 2023-06-28 13:22:48 +02:00
parent c66979133d
commit 50dd4c3adf
5 changed files with 64 additions and 37 deletions

View file

@ -6,7 +6,7 @@ services:
db:
image: mariadb
restart: always
restart: no
environment:
MARIADB_ROOT_PASSWORD: 12345
ports:
@ -14,12 +14,12 @@ services:
adminer:
image: adminer
restart: always
restart: no
ports:
- "8080:8080"
redis:
image: redis
restart: always
restart: no
ports:
- "6379:6379"
- "6379:6379"