Change port on docker-compose.yml
This commit is contained in:
parent
115250c0d7
commit
4b56febbb0
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ services:
|
|||
container_name: nginx
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "80:80"
|
||||
- "8011:80"
|
||||
# volumes:
|
||||
# - /opt/data_collector/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
healthcheck:
|
||||
|
|
Loading…
Add table
Reference in a new issue