mirror of
https://github.com/nikdoof/pocket-id.git
synced 2025-12-13 14:52:18 +00:00
9 lines
165 B
YAML
9 lines
165 B
YAML
services:
|
|
pocket-id:
|
|
image: pocket-id
|
|
restart: unless-stopped
|
|
env_file: .env
|
|
ports:
|
|
- 3000:80
|
|
volumes:
|
|
- "./data:/app/backend/data" |