@@ -1,8 +1,6 @@
|
|||||||
services:
|
services:
|
||||||
web:
|
web:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
|
||||||
- "4001:80"
|
|
||||||
volumes:
|
volumes:
|
||||||
- ./app:/usr/share/nginx/html:ro
|
- ./app:/usr/share/nginx/html:ro
|
||||||
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
- ./nginx/default.conf:/etc/nginx/conf.d/default.conf:ro
|
||||||
Reference in New Issue
Block a user