diff --git a/docker-compose.yml b/docker-compose.yml index 167ffa0..cc3d4a6 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -4,7 +4,7 @@ services: youtube-api: build: . ports: - - "4095:4095" + - "4096:4096" environment: - FLASK_ENV=production - PYTHONPATH=/app @@ -13,7 +13,7 @@ services: - ./downloads:/app/downloads restart: unless-stopped healthcheck: - test: ["CMD", "curl", "-f", "http://localhost:4095/health"] + test: ["CMD", "curl", "-f", "http://localhost:4096/health"] interval: 30s timeout: 10s retries: 3