Sign inSign up

e1saps/vnts

By e1saps

Updated over 1 year ago

vntserver build by 1547

Image
Networking
0

1.7K

e1saps/vnts repository overview

How to use

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

Tag summary

Content type

Image

Digest

sha256:d2396786d

Size

7.1 MB

Last updated

over 1 year ago

docker pull e1saps/vnts