Sfoglia il codice sorgente

Update docker-compose.yml

Help-14 3 anni fa
parent
commit
ec7d919f46
1 ha cambiato i file con 10 aggiunte e 0 eliminazioni
  1. 10 0
      docker-compose.yml

+ 10 - 0
docker-compose.yml

@@ -0,0 +1,10 @@
+services:
+  magma:
+    name: magma
+    image: help14/magma
+    restart: always
+    volumes:
+      - ./common:/app/common
+      #- ./themes/custom:/app/themes/custom
+    expose:
+      - 7001