forked from metin2/deploy
1
0
Fork 0

remove: Deprecated version.

This commit is contained in:
Exynox 2024-06-01 23:37:50 +01:00
parent b8b3580460
commit c7c2faeb9c
1 changed files with 11 additions and 12 deletions

View File

@ -1,4 +1,3 @@
version: '3.3'
services:
# MySQL Database
mysql:
@ -6,9 +5,9 @@ services:
restart: always
environment:
# Password for root access
MYSQL_ROOT_PASSWORD: 'metin2'
MYSQL_ROOT_PASSWORD: "metin2"
ports:
- '3306:3306'
- "3306:3306"
expose:
- 3306
volumes:
@ -33,7 +32,7 @@ services:
- 11000
- 12000
ports:
- '11000:11000'
- "11000:11000"
command: game
volumes:
- ./config/auth.txt:/app/CONFIG
@ -47,7 +46,7 @@ services:
- 13000
- 14000
ports:
- '13000:13000'
- "13000:13000"
command: game
volumes:
- ./config/ch1/first.txt:/app/CONFIG
@ -61,7 +60,7 @@ services:
- 13001
- 14001
ports:
- '13001:13001'
- "13001:13001"
command: game
volumes:
- ./config/ch1/game1.txt:/app/CONFIG
@ -74,7 +73,7 @@ services:
- 13002
- 14002
ports:
- '13002:13002'
- "13002:13002"
command: game
volumes:
- ./config/ch1/game2.txt:/app/CONFIG
@ -88,7 +87,7 @@ services:
- 13099
- 14099
ports:
- '13099:13099'
- "13099:13099"
command: game
volumes:
- ./config/game99.txt:/app/CONFIG