Update pocketid/docker-compose.yml

This commit is contained in:
2026-04-26 23:16:41 +01:00
parent 8a72cd17a6
commit 409798f5c5

View File

@@ -1,6 +1,6 @@
services: services:
pocket-id: pocket-id:
image: ghcr.io/pocket-id/pocket-id:latest image: ghcr.io/pocket-id/pocket-id:v2
container_name: pocketid container_name: pocketid
restart: unless-stopped restart: unless-stopped
environment: environment:
@@ -9,6 +9,7 @@ services:
- PUID=1000 - PUID=1000
- PGID=1000 - PGID=1000
- TZ=Europe/London - TZ=Europe/London
- ENCRYPTION_KEY="KeKYzmEBWdZMhTOLsL"
ports: ports:
- 1411:1411 - 1411:1411
volumes: volumes: