소스 검색

Update docker-compose.yml

Help-14 3 년 전
부모
커밋
ec7d919f46
1개의 변경된 파일10개의 추가작업 그리고 0개의 파일을 삭제
  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