fix: change nginx port from 8090 to 8091
This commit is contained in:
@@ -99,7 +99,7 @@ services:
|
||||
image: nginx:alpine
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8090:80"
|
||||
- "8091:80"
|
||||
volumes:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user