mirror of
https://github.com/skidoodle/pastebin
synced 2026-04-28 03:07:40 +02:00
fix docker
This commit is contained in:
+3
-3
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user