Keep port 8888 to fix heath check
This commit is contained in:
parent
a3c40dd7ec
commit
f51edb28af
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue