17 lines
351 B
YAML
17 lines
351 B
YAML
version: '3.7'
|
|
name: demo-tomcat
|
|
services:
|
|
demo-tomcat:
|
|
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
|
|
container_name: demo-tomcat01
|
|
restart: always
|
|
extra_hosts:
|
|
- "host.docker.internal:host-gateway"
|
|
networks:
|
|
- y9-share-net
|
|
ports:
|
|
- "9080:8080"
|
|
|
|
networks:
|
|
y9-share-net:
|
|
external: true |