mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-17 17:25:51 +08:00
fixing compose
This commit is contained in:
parent
6a89c81e01
commit
ec38fdb238
1 changed files with 1 additions and 3 deletions
|
@ -3,11 +3,9 @@ version: "3.4"
|
|||
services:
|
||||
netclient:
|
||||
container_name: netclient
|
||||
image: 'gravitl/netclient:v0.18.1'
|
||||
image: 'gravitl/netclient:v0.18.3'
|
||||
hostname: netmaker-1
|
||||
network_mode: host
|
||||
depends_on:
|
||||
- netmaker
|
||||
restart: always
|
||||
environment:
|
||||
TOKEN: "TOKEN_VALUE"
|
||||
|
|
Loading…
Add table
Reference in a new issue