mirror of
https://github.com/vimagick/dockerfiles.git
synced 2024-11-24 08:52:31 +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
|