Files
selfhosting/02-selfoss/docker-compose.selfoss.yml
T

13 lines
269 B
YAML
Raw Normal View History

2024-12-08 19:09:45 +01:00
services:
selfoss:
container_name: selfoss
2024-12-14 20:53:06 +01:00
image: rsprta/selfoss
2024-12-08 19:09:45 +01:00
volumes:
2024-12-14 21:03:12 +01:00
- ${ROOT_INSTALL}/data/selfoss:/selfoss/data
2024-12-08 19:09:45 +01:00
restart: unless-stopped
ports:
2024-12-14 20:53:06 +01:00
- "8012:8888"
environment:
2024-12-14 21:03:12 +01:00
- SELFOSS_CONFIG_FILE=/selfoss/data/config.ini
2024-12-08 19:09:45 +01:00