14 lines
187 B
YAML
14 lines
187 B
YAML
services:
|
|
hfb_show:
|
|
build:
|
|
context: ..
|
|
restart: unless-stopped
|
|
ports:
|
|
- "8090:80"
|
|
networks:
|
|
- hfb_sys_net
|
|
|
|
networks:
|
|
hfb_sys_net:
|
|
external: true
|