8 lines
151 B
YAML
8 lines
151 B
YAML
version: "3.9"
|
|
services:
|
|
bandwidth-probing:
|
|
build: .
|
|
container_name: bandwidth-probing
|
|
restart: unless-stopped
|
|
env_file:
|
|
- .env |