Update pocketid/docker-compose.yml
This commit is contained in:
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user