Browse Source

修改端口

郭超 4 năm trước cách đây
mục cha
commit
c1791960a1

+ 1 - 1
crowd-service/docker-compose-multi.yml

@@ -29,7 +29,7 @@ services:
       - redis
       - redis
       - crowd_user
       - crowd_user
     ports:
     ports:
-      - 8082:8080
+      - 8080:8080
     volumes:
     volumes:
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}:/var/www
       - ${FILE_STORE_BASE_PATH}/${BACKEND_STORE_DIR}:/var/www
     command: java -jar --spring.profiles.active=private-cloud --file.save.path=/var/www/ --host=http://10.0.0.11 --website.domainName=10.0.0.11 site-0.0.1-SNAPSHOT.jar  > nohub.out  ##-Dhost需要根据实际地址修改
     command: java -jar --spring.profiles.active=private-cloud --file.save.path=/var/www/ --host=http://10.0.0.11 --website.domainName=10.0.0.11 site-0.0.1-SNAPSHOT.jar  > nohub.out  ##-Dhost需要根据实际地址修改