소스 검색

owncloud test

qiaofeng1227 2 년 전
부모
커밋
6a1b39a413
2개의 변경된 파일3개의 추가작업 그리고 3개의 파일을 삭제
  1. 1 1
      appmanage/Dockerfile
  2. 2 2
      install/version.json

+ 1 - 1
appmanage/Dockerfile

@@ -10,7 +10,7 @@ COPY static ./static
 COPY requirements.txt main.py  ./
 COPY requirements.txt main.py  ./
 RUN apt update
 RUN apt update
 
 
-# Install supervisords
+# Install supervisord
 RUN apt install -y supervisor
 RUN apt install -y supervisor
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
 COPY config/cmd.sh /cmd.sh
 COPY config/cmd.sh /cmd.sh

+ 2 - 2
install/version.json

@@ -2,7 +2,7 @@
     "SERVICES": {
     "SERVICES": {
         "PORTAINER": "2.18.3",
         "PORTAINER": "2.18.3",
         "NGINX": "2.10.3",
         "NGINX": "2.10.3",
-        "APPMANAGE": "0.3.0",
+        "APPMANAGE": "0.4.0",
         "REDIS": "7.0.11"
         "REDIS": "7.0.11"
     },
     },
     "PLUGINS": {
     "PLUGINS": {
@@ -14,5 +14,5 @@
     "LIBRARY": {
     "LIBRARY": {
         "VERSION": "1.0.0"
         "VERSION": "1.0.0"
     },    
     },    
-    "VERSION": "0.3.0"
+    "VERSION": "0.4.0"
 }
 }