[new] restart

This commit is contained in:
Andy Bunce 2021-10-26 22:01:40 +01:00
parent 7fb1288f73
commit 724271ae87
8 changed files with 82 additions and 15 deletions

View file

@ -0,0 +1,13 @@
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