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
|
# 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:
|
|
||||||
|
|||||||
Reference in New Issue
Block a user