14 lines
297 B
YAML
14 lines
297 B
YAML
services:
|
|
override-app:
|
|
image: huagcs/override-config-ui:latest
|
|
container_name: override-config-ui
|
|
restart: always
|
|
build:
|
|
context: .
|
|
dockerfile: Dockerfile
|
|
volumes:
|
|
- ./config.json:/app/config.json
|
|
ports:
|
|
- "8181:8181"
|
|
- "9090:9090"
|