Compare commits

..

1 commit

Author SHA1 Message Date
renovate[bot]
fc9d7fadd0
chore(deps): update python docker tag to v3.12 2023-11-18 16:35:20 +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"