8 lines
153 B
YAML
8 lines
153 B
YAML
services:
|
|
bee-dashboard:
|
|
build: .
|
|
image: ethersphere/bee-dashboard:latest
|
|
ports:
|
|
- '127.0.0.1:8080:8080'
|
|
restart: unless-stopped
|