Browse Source

add a docker compose file for auto start

Ken Bingham 6 years ago
parent
commit
b2ec5dfbdf
1 changed files with 7 additions and 0 deletions
  1. 7 0
      docker-compose.yml

+ 7 - 0
docker-compose.yml View File

@@ -0,0 +1,7 @@
1
+version: '2'
2
+services:
3
+  audiogram:
4
+    image: qrkourier/audiogram:latest
5
+    ports:
6
+        - 8888:8888
7
+    restart: always