Create docker-compose.yaml

This commit is contained in:
qzydustin
2022-05-12 20:35:15 -07:00
parent 4d78325882
commit 2011bade26

View File

@@ -0,0 +1,10 @@
version: "3.3"
services:
verysimple:
container_name: verysimple
restart: always
network_mode: "host"
volumes:
- "/path/server.toml:/server.toml"
command: -c server.toml
image: verysimple