[new] restart
This commit is contained in:
parent
7fb1288f73
commit
724271ae87
8 changed files with 82 additions and 15 deletions
13
tiddlywiki/docker-compose.yml
Normal file
13
tiddlywiki/docker-compose.yml
Normal 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
|
||||
Loading…
Add table
Add a link
Reference in a new issue