Browse Source

Update docker-compose.yml

Help-14 3 năm trước cách đây
mục cha
commit
ec7d919f46
1 tập tin đã thay đổi với 10 bổ sung0 xóa
  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