edit compose.yml

This commit is contained in:
dzj 2024-08-01 08:23:25 +08:00
parent d482c15a64
commit 7719951ef1
1 changed files with 3 additions and 5 deletions

View File

@ -1,8 +1,8 @@
version: '3.7' version: '3.7'
name: demo-tomcat name: demo-tomcat
services: services:
platfoem: demo-tomcat:
image: svn.youshengyun.com:9923/risenet-y9boot-webapp-platform-jvm:v9.7.0-SNAPSHOT image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
container_name: demo-tomcat01 container_name: demo-tomcat01
restart: always restart: always
extra_hosts: extra_hosts:
@ -10,9 +10,7 @@ services:
networks: networks:
- y9-share-net - y9-share-net
ports: ports:
- "7199:7099" - "9080:8080"
environment:
- y9.login.casLoginView=casLoginView-y9-v3.0
networks: networks:
y9-share-net: y9-share-net: