thedocks/tiddlywiki/docker-compose.yml

14 lines
242 B
YAML
Raw Normal View History

2021-10-26 22:01:40 +01:00
version: '3'
services:
tiddly:
image: tiddlywiki:5.2.0
build: .
container_name: tiddlywiki-docker
restart: unless-stopped
volumes:
- ./wiki-data:/app
ports:
- 8088:8080
env_file: ./.env