You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

15 lines
248 B

5 years ago
version: '2'
services:
deviceIDServer:
build: .
restart: always
container_name: "deviceIDServer"
volumes:
- ./config.json:/opt/config.json
ports:
- 6000:6000
networks:
default:
external:
name: iotx_net