diff --git a/Dockerfile b/Dockerfile index c62b989..8236c8f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,4 +18,6 @@ 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:8888", "app.main:create_app()"] \ No newline at end of file +EXPOSE 6868 + +CMD ["gunicorn", "--bind", "0.0.0.0:6868", "app.main:create_app()"] \ No newline at end of file diff --git a/docker-compose.prod.yml b/docker-compose.prod.yml index 3ae9a7f..6349b08 100644 --- a/docker-compose.prod.yml +++ b/docker-compose.prod.yml @@ -5,7 +5,7 @@ services: image: santiagosayshey/profilarr:beta container_name: profilarr ports: - - 8888:8888 + - 6868:6868 volumes: - profilarr_data:/config environment: