7 lines
153 B
YAML
7 lines
153 B
YAML
|
version: '3.8'
|
||
|
services:
|
||
|
demo-tomcat-app:
|
||
|
image: svn.youshengyun.com:9923/demo-tomcat-jib:latest
|
||
|
restart: always
|
||
|
ports:
|
||
|
- "9080:8080"
|