demo-tomcat/docker/docker-compose.yml

12 lines
267 B
YAML

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