Keep port 8888 to fix heath check

This commit is contained in:
Yax 2026-02-07 22:43:50 +01:00
parent a3c40dd7ec
commit f51edb28af

View file

@ -6,7 +6,7 @@ services:
- ${ROOT_INSTALL}/data/selfoss:/selfoss/data - ${ROOT_INSTALL}/data/selfoss:/selfoss/data
restart: unless-stopped restart: unless-stopped
ports: ports:
- "8012:8888" - "8888:8888"
environment: environment:
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini - SELFOSS_CONFIG_FILE=/selfoss/data/config.ini