mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-26 17:20:42 +02:00
update selfoss container
This commit is contained in:
+1
-2
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user