gravitl / netmaker

Netmaker makes networks with WireGuard. Netmaker automates fast, secure, and distributed virtual networks.
https://netmaker.io
Other
9.4k stars 547 forks source link

Documents and examples on docker compose are inconsistent #616

Closed shizunge closed 2 years ago

shizunge commented 2 years ago

It seems we have already removed the following lines from the docker-compose reference.

  volumes:
      - /var/run/dbus/system_bus_socket:/var/run/dbus/system_bus_socket
      - /run/systemd/system:/run/systemd/system
      - /etc/systemd/system:/etc/systemd/system
      - /sys/fs/cgroup:/sys/fs/cgroup
  cap_add: 
      - SYS_ADMIN

But we are still seeing them in the following files

Also the three sections in https://netmaker.org/server-installation.html#server-configuration-reference are inconsistent. And the following environment variables seen in the docker compose file are not documented in the doc.

Could you update the docker compose files and documents to make them consistent and reflect the latest netmaker config. Thanks

afeiszli commented 2 years ago

adding to triage

afeiszli commented 2 years ago

fixed in 0.10, closing