mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Compare commits
2 commits
6ee10721f7
...
ac30ec8a47
Author | SHA1 | Date | |
---|---|---|---|
|
ac30ec8a47 | ||
|
9453df90cd |
1 changed files with 0 additions and 12 deletions
|
@ -1,12 +0,0 @@
|
|||
services:
|
||||
dpaste:
|
||||
container_name: dpaste
|
||||
image: darrenofficial/dpaste:latest
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
DATABASE_URL: sqlite:////db/dpaste.sqlite
|
||||
PORT: 8000
|
||||
volumes:
|
||||
- ./data/db:/db
|
||||
ports:
|
||||
- "8000:8000"
|
Loading…
Reference in a new issue