small edit compose.yml
This commit is contained in:
parent
36743c27e4
commit
9bc3ad356d
|
@ -1,7 +1,16 @@
|
||||||
version: '3.8'
|
version: '3.8'
|
||||||
|
name: y9demo-tomcat
|
||||||
services:
|
services:
|
||||||
demo-tomcat-app:
|
y9demo-tomcat:
|
||||||
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
|
image: svn.youshengyun.com:9923/y9demo-tomcat-jib:latest
|
||||||
restart: always
|
restart: always
|
||||||
|
extra_hosts:
|
||||||
|
- "host.docker.internal:host-gateway"
|
||||||
|
networks:
|
||||||
|
- y9-share-net
|
||||||
ports:
|
ports:
|
||||||
- "9080:8080"
|
- "9080:8080"
|
||||||
|
|
||||||
|
networks:
|
||||||
|
y9-share-net:
|
||||||
|
external: true
|
Loading…
Reference in New Issue