mirror of
https://github.com/pocket-id/pocket-id.git
synced 2025-12-06 05:13:01 +03: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" |