diff --git a/Dockerfile b/Dockerfile index cda8b26..89971d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -5,5 +5,5 @@ ENV PYTHONUNBUFFERED=1 COPY requirements.txt . RUN pip install --no-cache-dir -r requirements.txt COPY . . -EXPOSE 8798 -CMD ["python", "app.py"] \ No newline at end of file +EXPOSE 8799 +CMD ["python", "ip_analyzer.py"] \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index ddccca2..176196b 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -9,8 +9,8 @@ services: - PYTHONDONTWRITEBYTECODE=1 restart: unless-stopped networks: - - monitoring + - ip-whois networks: - monitoring: + ip-whois: driver: bridge \ No newline at end of file