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
|
||||
WALLABAG_URL=http://localhost
|
||||
SELFOSS_USERNAME=admin
|
||||
SELFOSS_HASHPWD=xxxxxxxx
|
||||
|
||||
|
|
|
@ -3,15 +3,10 @@ services:
|
|||
container_name: selfoss
|
||||
image: rsprta/selfoss
|
||||
volumes:
|
||||
- selfoss_data:/selfoss/data
|
||||
- ${ROOT_INSTALL}/data/selfoss:/selfoss/data
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- "8012:8888"
|
||||
environment:
|
||||
- SELFOSS_USERNAME="${SELFOSS_USERNAME}"
|
||||
- SELFOSS_PASSWORD="${SELFOSS_HASHPWD}"
|
||||
- SELFOSS_PUBLIC=0
|
||||
- SELFOSS_ALLOW_PUBLIC_UPDATE_ACCESS=0
|
||||
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini
|
||||
|
||||
volumes:
|
||||
selfoss_data:
|
||||
|
|
Loading…
Add table
Reference in a new issue