[fix] use expose to remove conflict
This commit is contained in:
@@ -2,8 +2,8 @@ services:
|
|||||||
temp-site:
|
temp-site:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
expose:
|
||||||
- "80:80"
|
- "80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./index.html:/usr/share/nginx/html/index.html:ro
|
- ./index.html:/usr/share/nginx/html/index.html:ro
|
||||||
- ./assets:/usr/share/nginx/html/assets:ro
|
- ./assets:/usr/share/nginx/html/assets:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user