mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-11 15:53:00 +03:00
9 lines
183 B
YAML
9 lines
183 B
YAML
services:
|
|
pocket-id:
|
|
image: stonith404/pocket-id:latest
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
ports:
|
|
- 3000:80
|
|
volumes:
|
|
- "./data:/app/backend/data" |