Change port on docker-compose.yml

This commit is contained in:
Benedith Mulongo 2025-05-26 14:44:50 +02:00
parent 115250c0d7
commit 4b56febbb0
Signed by: benedith
GPG key ID: 62D68B584B4B3EB3

View file

@ -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: