Skip to content

Commit

Permalink
add: pr go-shiori#322
Browse files Browse the repository at this point in the history
  • Loading branch information
pyunramura committed Jan 26, 2022
1 parent 54551b1 commit 5f204c5
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
version: '3.8'
services:
shiori:
image: pyunramura/shiori:latest
container_name: Shiori
restart: unless-stopped
ports:
- 8080:8080
volumes:
- shiori_data:/srv/shiori
volumes:
shiori_data:

0 comments on commit 5f204c5

Please sign in to comment.