mirror of
https://github.com/vimagick/dockerfiles.git
synced 2025-01-08 04:04:42 +02:00
13 lines
222 B
YAML
13 lines
222 B
YAML
|
tiddlywiki:
|
||
|
image: vimagick/tiddlywiki
|
||
|
command: >
|
||
|
username=admin
|
||
|
password=admin
|
||
|
writers=(authenticated)
|
||
|
readers=(anon)
|
||
|
ports:
|
||
|
- "8080:8080"
|
||
|
volumes:
|
||
|
- ./data:/data
|
||
|
restart: unless-stopped
|