Compare commits

..

2 commits

Author SHA1 Message Date
renovate[bot]
a4c79fd548
Merge b989289881 into ef1a5da22a 2023-11-18 16:35:48 +00:00
renovate[bot]
b989289881
chore(deps): update actions/checkout action to v4 2023-11-18 16:35:44 +00:00

View file

@ -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"