mirror of
https://github.com/Dokploy/templates.git
synced 2026-07-16 11:25:25 +02:00
16 lines
263 B
YAML
16 lines
263 B
YAML
version: "3.8"
|
|
|
|
services:
|
|
shiori:
|
|
image: ghcr.io/go-shiori/shiori:v1.8.0-2-g585ea34
|
|
restart: unless-stopped
|
|
expose:
|
|
- "8080"
|
|
environment:
|
|
- SHIORI_DIR=/srv/shiori
|
|
volumes:
|
|
- shiori-data:/srv/shiori
|
|
|
|
volumes:
|
|
shiori-data:
|