fix docker

This commit is contained in:
2026-04-21 06:15:10 +02:00
parent 6f8146c8bf
commit 7f4eb7d5da
5 changed files with 18 additions and 17 deletions
+3 -3
View File
@@ -1,12 +1,12 @@
services:
pastebin:
container_name: pastebin
image: ghcr.io/skidoodle/pastebin:main
image: ghcr.io/skidoodle/pastebin:latest
restart: unless-stopped
ports:
- 3000:3000
- "3000:3000"
volumes:
- pastebin_data:/data
volumes:
pastebin_data:
pastebin_data: