fix: revert default port from 8888 to 6868 in Docker configuration

- expose 6868
This commit is contained in:
Sam Chau
2025-02-09 14:29:00 +10:30
parent cc58e83f7a
commit df767b940f
2 changed files with 4 additions and 2 deletions

View File

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

View File

@@ -5,7 +5,7 @@ services:
image: santiagosayshey/profilarr:beta
container_name: profilarr
ports:
- 8888:8888
- 6868:6868
volumes:
- profilarr_data:/config
environment: