Просмотр исходного кода

Update docker-compose.example.yaml

Ordered and fixed typo in docker-compose.example.yaml #99
Lucas 1 год назад
Родитель
Сommit
fa1843cc7f
1 измененных файлов с 4 добавлено и 4 удалено
  1. 4 4
      docker-compose.example.yaml

+ 4 - 4
docker-compose.example.yaml

@@ -4,15 +4,15 @@ services:
   retro-aim-server:
     build: .
     ports:
-      - "8080:8080"
-      - "5194:5194"
       - "5190:5190"
-      - "5195:5195"
       - "5191:5191"
+      - "5192:5192"
       - "5193:5193"
-      - "5912:5912"
+      - "5194:5194"
+      - "5195:5195"
       - "5196:5196"
       - "5197:5197"
+      - "8080:8080"
     volumes:
       - ./config/settings.env:/app/config/settings.env
     environment: