update compose.yml

This commit is contained in:
2025-08-08 17:56:16 +02:00
parent d1293b3259
commit fb982e2705

View File

@@ -1,6 +1,7 @@
services: services:
pastebin: pastebin:
container_name: pastebin container_name: pastebin
image: ghcr.io/csehviktor/pastebin:latest image: ghcr.io/csehviktor/pastebin:main
restart: unless-stopped
ports: ports:
- "3000:3000" - 3000:3000