demo-tomcat/docker/docker-compose.yml

17 lines
351 B
YAML
Raw Normal View History

2024-07-31 22:01:30 +08:00
version: '3.7'
name: demo-tomcat
services:
2024-08-01 08:23:25 +08:00
demo-tomcat:
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
2024-07-31 22:01:30 +08:00
container_name: demo-tomcat01
restart: always
extra_hosts:
- "host.docker.internal:host-gateway"
networks:
- y9-share-net
ports:
2024-08-01 08:23:25 +08:00
- "9080:8080"
2024-07-31 22:01:30 +08:00
networks:
y9-share-net:
external: true