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
restart: unless-stopped
ports:
- "8012:8888"
- "8888:8888"
environment:
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini