diff --git a/Dockerfile b/Dockerfile index 2e27226..c62b989 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,4 @@ LABEL org.opencontainers.image.source="https://github.com/Dictionarry-Hub/profil LABEL org.opencontainers.image.title="Profilarr" LABEL org.opencontainers.image.version="beta" -CMD ["gunicorn", "--bind", "0.0.0.0:6868", "app.main:create_app()"] \ No newline at end of file +CMD ["gunicorn", "--bind", "0.0.0.0:8888", "app.main:create_app()"] \ No newline at end of file diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 6349b08..3ae9a7f 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -5,7 +5,7 @@ services: image: santiagosayshey/profilarr:beta container_name: profilarr ports: - - 6868:6868 + - 8888:8888 volumes: - profilarr_data:/config environment: