Browse Source

docker exp fix

main
gsd 4 months ago
parent
commit
c3329996d9
  1. 3
      docker-compose.example.yaml

3
docker-compose.example.yaml

@ -29,8 +29,7 @@ services:
meshcenterbackend:
build: ./
command:
- --transport ble --ble-adapter hci0 --ble-mesh-mac xxxxx --mongo-host mongodb
command: ["--transport", "ble", "--ble-adapter", "hci0", "--ble-mesh-mac", "xxxxx", "--mongo-host", "mongodb"]
container_name: mesh-center-backend-0
ports:
- 8680:8680

Loading…
Cancel
Save