mirror of
https://gitea.zaclys.com/yannic/selfhosting.git
synced 2026-04-22 15:54:25 +02:00
13 lines
269 B
YAML
Executable File
13 lines
269 B
YAML
Executable File
services:
|
|
selfoss:
|
|
container_name: selfoss
|
|
image: rsprta/selfoss
|
|
volumes:
|
|
- ${ROOT_INSTALL}/data/selfoss:/selfoss/data
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8012:8888"
|
|
environment:
|
|
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini
|
|
|