mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
16 lines
270 B
YAML
16 lines
270 B
YAML
services:
|
|
hedgedoc:
|
|
image: ghcr.io/hedgedoc/hedgedoc:latest
|
|
container_name: hedgedoc
|
|
environment:
|
|
- CMD_DB_URL=sqlite://data/hedgedoc.db
|
|
volumes:
|
|
- ./data:/hedgedoc/data
|
|
ports:
|
|
- "3000:3000"
|
|
restart: always
|
|
|
|
volumes:
|
|
data:
|
|
|