update selfoss container
This commit is contained in:
parent
0ccda8a71b
commit
32f8bb9074
2 changed files with 3 additions and 9 deletions
|
@ -6,5 +6,4 @@ PGID=1000
|
||||||
|
|
||||||
# apps
|
# apps
|
||||||
WALLABAG_URL=http://localhost
|
WALLABAG_URL=http://localhost
|
||||||
SELFOSS_USERNAME=admin
|
|
||||||
SELFOSS_HASHPWD=xxxxxxxx
|
|
||||||
|
|
|
@ -3,15 +3,10 @@ services:
|
||||||
container_name: selfoss
|
container_name: selfoss
|
||||||
image: rsprta/selfoss
|
image: rsprta/selfoss
|
||||||
volumes:
|
volumes:
|
||||||
- selfoss_data:/selfoss/data
|
- ${ROOT_INSTALL}/data/selfoss:/selfoss/data
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
ports:
|
ports:
|
||||||
- "8012:8888"
|
- "8012:8888"
|
||||||
environment:
|
environment:
|
||||||
- SELFOSS_USERNAME="${SELFOSS_USERNAME}"
|
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini
|
||||||
- SELFOSS_PASSWORD="${SELFOSS_HASHPWD}"
|
|
||||||
- SELFOSS_PUBLIC=0
|
|
||||||
- SELFOSS_ALLOW_PUBLIC_UPDATE_ACCESS=0
|
|
||||||
|
|
||||||
volumes:
|
|
||||||
selfoss_data:
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue