Initial project structure

This commit is contained in:
Michael Mandl 2020-05-22 16:28:09 +02:00
commit 42801e5c6d
3 changed files with 29 additions and 0 deletions

8
docker-compose.yml Normal file
View file

@ -0,0 +1,8 @@
version: "2"
services:
strato-ddns:
container_name: strato-ddns
build:
context: .
restart: always