更新 docker/docker-compose.yml

This commit is contained in:
dzj 2024-08-01 09:20:55 +08:00
parent 4147e35b55
commit 12f3ef04cc
1 changed files with 0 additions and 5 deletions

View File

@ -1,12 +1,7 @@
version: '3.8' version: '3.8'
name: demo-tomcat
services: services:
demo-tomcat-app: demo-tomcat-app:
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
restart: always restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- y9-share-net
ports: ports:
- "9080:8080" - "9080:8080"