port change
This commit is contained in:
@@ -6,6 +6,6 @@ services:
|
|||||||
container_name: hello-nginx
|
container_name: hello-nginx
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8080:80"
|
- "8082:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./html:/usr/share/nginx/html:ro
|
- ./html:/usr/share/nginx/html:ro
|
||||||
Reference in New Issue
Block a user