更新 docker/docker-compose.yml
This commit is contained in:
parent
4147e35b55
commit
12f3ef04cc
|
@ -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"
|
Loading…
Reference in New Issue