fix: set default port to 8888

This commit is contained in:
Sam Chau
2025-02-07 19:53:33 +10:30
parent b5655f3ae2
commit 1d34f7b2cf
2 changed files with 2 additions and 2 deletions

View File

@@ -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()"]
CMD ["gunicorn", "--bind", "0.0.0.0:8888", "app.main:create_app()"]