8 lines
146 B
YAML
8 lines
146 B
YAML
version: '1'
|
|
services:
|
|
xjrsoft-boot:
|
|
image: xjrsoft-boot
|
|
ports:
|
|
- "8080:8080"
|
|
environment:
|
|
- spring.profiles.active=prod |