diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 60089356..7b4880ae 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -4,7 +4,7 @@ services: container_name: cmc-prod-nginx hostname: nginx-prod ports: - - "80:80" # Production nginx on standard port + - "8080:80" # Production nginx on port 8080 to avoid conflict volumes: - ./conf/nginx-site.conf:/etc/nginx/conf.d/cmc.conf - ./userpasswd:/etc/nginx/userpasswd:ro @@ -75,7 +75,7 @@ services: volumes: - db_data:/var/lib/mysql ports: - - "3306:3306" + - "3307:3306" networks: - cmc-prod-network