mirror of
https://github.com/gravitl/netmaker.git
synced 2025-10-03 18:35:01 +08:00
adding 'v' to docker images in ee
This commit is contained in:
parent
8ae79acb29
commit
00ee6af39c
1 changed files with 2 additions and 2 deletions
|
@ -3,7 +3,7 @@ version: "3.4"
|
|||
services:
|
||||
netmaker:
|
||||
container_name: netmaker
|
||||
image: gravitl/netmaker:0.17.0-ee
|
||||
image: gravitl/netmaker:v0.17.0-ee
|
||||
cap_add:
|
||||
- NET_ADMIN
|
||||
- NET_RAW
|
||||
|
@ -47,7 +47,7 @@ services:
|
|||
- "51821-51830:51821-51830/udp"
|
||||
netmaker-ui:
|
||||
container_name: netmaker-ui
|
||||
image: gravitl/netmaker-ui:0.17.0
|
||||
image: gravitl/netmaker-ui:v0.17.0
|
||||
depends_on:
|
||||
- netmaker
|
||||
links:
|
||||
|
|
Loading…
Add table
Reference in a new issue