initial commit with basic level 0 on single machine
This commit is contained in:
6
compose.yaml
Normal file
6
compose.yaml
Normal file
@@ -0,0 +1,6 @@
|
||||
services:
|
||||
ubuntu:
|
||||
build: .
|
||||
hostname: uactf
|
||||
command: ["tail", "-f", "/dev/null"]
|
||||
restart: unless-stopped
|
||||
Reference in New Issue
Block a user