small update

This commit is contained in:
dzj 2024-08-01 09:06:20 +08:00
parent e9427c8d5c
commit 4147e35b55
1 changed files with 3 additions and 8 deletions

View File

@ -1,9 +1,8 @@
version: '3.7'
version: '3.8'
name: demo-tomcat
services:
demo-tomcat:
demo-tomcat-app:
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
container_name: demo-tomcat01
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
@ -11,7 +10,3 @@ services:
- y9-share-net
ports:
- "9080:8080"
networks:
y9-share-net:
external: true