Changing formatting of ports stanzas, part tre.
This commit is contained in:
+3
-3
@@ -2193,7 +2193,7 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- 127.0.0.1:8889:8888
|
- 8889:8888
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
@@ -2313,8 +2313,8 @@ services:
|
|||||||
networks:
|
networks:
|
||||||
default: null
|
default: null
|
||||||
ports:
|
ports:
|
||||||
- 10000:10000}/udp
|
- 10000:10000/udp
|
||||||
- 127.0.0.1:8091:8080
|
- 8091:8080
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- bind:
|
- bind:
|
||||||
|
|||||||
Reference in New Issue
Block a user