thedocks/tiddlywiki/docker-compose.yml

14 lines
246 B
YAML
Raw Normal View History

2021-10-26 22:01:40 +01:00
version: '3'
services:
tiddly:
2021-11-02 23:26:26 +00:00
image: tiddlywiki:5.2.0
2021-10-26 22:01:40 +01:00
build: .
2021-11-02 23:26:26 +00:00
container_name: tiddlywiki-docker
2021-10-26 22:01:40 +01:00
restart: unless-stopped
volumes:
2021-10-31 21:59:38 +00:00
- ./data/quodatum:/app
2021-10-26 22:01:40 +01:00
ports:
2021-11-02 23:26:26 +00:00
- 8088:8080
env_file: ./.env