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()"]
|
||||
@@ -5,7 +5,7 @@ services:
|
||||
image: santiagosayshey/profilarr:beta
|
||||
container_name: profilarr
|
||||
ports:
|
||||
- 6868:6868
|
||||
- 8888:8888
|
||||
volumes:
|
||||
- profilarr_data:/config
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user