1
2
mirror of https://github.com/vimagick/dockerfiles synced 2024-06-25 00:08:49 +00:00
dockerfiles/tiddlywiki/docker-compose.yml

13 lines
222 B
YAML
Raw Normal View History

2019-12-27 04:16:52 +00:00
tiddlywiki:
image: vimagick/tiddlywiki
command: >
username=admin
password=admin
writers=(authenticated)
readers=(anon)
ports:
- "8080:8080"
volumes:
- ./data:/data
restart: unless-stopped