root 5 anni fa
parent
commit
0728371f2d
1 ha cambiato i file con 6 aggiunte e 0 eliminazioni
  1. 6 0
      docker-compose.yml

+ 6 - 0
docker-compose.yml

@@ -0,0 +1,6 @@
+version: '3'
+services:
+  schedule:
+    build: .
+    ports:
+      - "8888:8888"