This commit is contained in:
Mike Nolan 2022-05-13 21:20:15 -05:00
parent dad51e60c1
commit b6a1b890a8
1 changed files with 11 additions and 0 deletions

11
docker-compose.yml Normal file
View File

@ -0,0 +1,11 @@
version: '2'
services:
tytd:
build: Dockerfile
image: tytd
ports:
- 3252:3252
volumes:
- tytd-data:/data
volumes:
tytd-data: