Browse Source

bind to correct host-port by default in the compose file

Paul-Dieter Klumpp 6 years ago
parent
commit
3279adc24b
1 changed files with 6 additions and 6 deletions
  1. 6 6
      docker-compose.yml

+ 6 - 6
docker-compose.yml

@@ -5,10 +5,10 @@ services:
     build: ./
     image: lasange:masterserver
     ports:
-      - "27000/udp"
-      - "27650/udp"
-      - "27900/udp"
-      - "27950/udp"
-      - "27951/udp"
-      - "28900/udp"
+      - "27000:27000/udp"
+      - "27650:27650/udp"
+      - "27900:27900/udp"
+      - "27950:27950/udp"
+      - "27951:27951/udp"
+      - "28900:28900/udp"
     # see https://docs.docker.com/compose/compose-file/#ports