Compare commits
1 commit
611f8c8f1a
...
1067d1bf0f
| Author | SHA1 | Date | |
|---|---|---|---|
| 1067d1bf0f |
1 changed files with 4 additions and 4 deletions
|
|
@ -1,7 +1,7 @@
|
|||
---
|
||||
services:
|
||||
dashboard:
|
||||
image: netbirdio/dashboard:v2.19.2
|
||||
image: netbirdio/dashboard:v2.19.1
|
||||
restart: unless-stopped
|
||||
ports:
|
||||
- 8005:80
|
||||
|
|
@ -23,7 +23,7 @@ services:
|
|||
max-size: "500m"
|
||||
max-file: "2"
|
||||
signal:
|
||||
image: netbirdio/signal:0.59.2
|
||||
image: netbirdio/signal:0.59.0
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- netbird-signal:/var/lib/netbird
|
||||
|
|
@ -35,7 +35,7 @@ services:
|
|||
max-size: "500m"
|
||||
max-file: "2"
|
||||
relay:
|
||||
image: netbirdio/relay:0.59.2
|
||||
image: netbirdio/relay:0.59.0
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
NB_LOG_LEVEL: ${NB_LOG_LEVEL:-info}
|
||||
|
|
@ -50,7 +50,7 @@ services:
|
|||
max-size: "500m"
|
||||
max-file: "2"
|
||||
management:
|
||||
image: netbirdio/management:0.59.2
|
||||
image: netbirdio/management:0.59.0
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- dashboard
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue