Update Pocketbase docker-compose.yml (#192)

Change the Pocketbase Docker image to a working version in the compose file.
This commit is contained in:
Tillo
2025-06-25 05:43:44 +02:00
committed by GitHub
parent 23929d12b6
commit 2fc9b11bb4

View File

@@ -1,7 +1,7 @@
version: "3.8"
services:
pocketbase:
image: docker.io/bakirg/pocketbase-docker:0.28.0
image: ghcr.io/muchobien/pocketbase:latest
restart: unless-stopped
ports:
- "8090"