Initial project structure
This commit is contained in:
commit
42801e5c6d
3 changed files with 29 additions and 0 deletions
8
docker-compose.yml
Normal file
8
docker-compose.yml
Normal file
|
@ -0,0 +1,8 @@
|
|||
version: "2"
|
||||
|
||||
services:
|
||||
strato-ddns:
|
||||
container_name: strato-ddns
|
||||
build:
|
||||
context: .
|
||||
restart: always
|
Loading…
Add table
Add a link
Reference in a new issue