diff --git a/compose.yml b/compose.yml new file mode 100644 index 0000000..e653746 --- /dev/null +++ b/compose.yml @@ -0,0 +1,8 @@ +services: + airwatchConnector: + image: emitlinks/airwatchConnector + restart: unless-stopped + volumes: + - ./conf:/airwatchConnector/conf + - ./certs:/airwatchConnector/certs + - ./logs:/airwatchConnector/logs \ No newline at end of file