mirror of
https://github.com/Dictionarry-Hub/profilarr.git
synced 2026-01-22 10:51:02 +01:00
fix: set default port to 8888
This commit is contained in:
@@ -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()"]
|
||||
Reference in New Issue
Block a user