Set Port
This commit is contained in:
@@ -2,7 +2,7 @@ services:
|
|||||||
nginx:
|
nginx:
|
||||||
image: nginx:alpine
|
image: nginx:alpine
|
||||||
ports:
|
ports:
|
||||||
- "80:80"
|
- "6925:80"
|
||||||
volumes:
|
volumes:
|
||||||
- ./nginx.conf:/etc/nginx/nginx.conf
|
- ./nginx.conf:/etc/nginx/nginx.conf
|
||||||
- images_data:/app/images:ro
|
- images_data:/app/images:ro
|
||||||
|
|||||||
Reference in New Issue
Block a user