thedocks/tiddlywiki/docker-compose.yml

14 lines
233 B
YAML
Raw Normal View History

2021-11-10 21:46:03 +00:00
version: '3'
services:
tiddly:
image: tiddlywiki:5.2.0
build: .
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./data/quodatum:/app
ports:
- 8088:8080
env_file: ./.env