fix: Ports
This commit is contained in:
@@ -3,5 +3,5 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: hello-webserver
|
container_name: hello-webserver
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8081:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
@@ -3,5 +3,5 @@ services:
|
|||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
container_name: hello-webserver
|
container_name: hello-webserver
|
||||||
ports:
|
ports:
|
||||||
- "8081:80"
|
- "8082:80"
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|||||||
Reference in New Issue
Block a user