7 lines
102 B
YAML
7 lines
102 B
YAML
services:
|
|
fl-server:
|
|
build: .
|
|
ports:
|
|
# <HOST_PORT>:<CONTAINER_PORT>
|
|
- 3000:3000
|