mirror of
https://github.com/nickyeoman/docker-compose-cookbooks.git
synced 2026-09-03 18:36:22 +00:00
refactored all to dev
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
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:
|
||||
|
||||
Reference in New Issue
Block a user