This is an example of docker-compose.yml
volumes:
vnts-data:
name: vnts-data
driver: local
driver_opts:
o: bind
type: none
device: ./data
services:
vnts-server:
container_name: vnts-server
image: e1saps/vnts:1.2.12
restart: always
ports:
- 29872:29872/tcp
- 29872:29872/udp
- 29870:29870/tcp
environment:
- TZ=Asia/Shanghai
volumes:
- vnts-data:/app
command: -p 29872 -w The_ESAP_Project -g 172.16.133.1 -m 255.255.255.0
Please refer to the vnt server document to set up your personal command
Content type
Image
Digest
sha256:d2396786d…
Size
7.1 MB
Last updated
over 1 year ago
docker pull e1saps/vnts