Compare commits
5 commits
4fe1b1ce77
...
a41d6c21d5
| Author | SHA1 | Date | |
|---|---|---|---|
| a41d6c21d5 | |||
| 99e9526bb9 | |||
| 58140ee6dd | |||
| 1fc76212ce | |||
| 70d2bf3d5e |
1 changed files with 4 additions and 4 deletions
|
|
@ -23,7 +23,7 @@ services:
|
|||
max-size: "500m"
|
||||
max-file: "2"
|
||||
signal:
|
||||
image: netbirdio/signal:0.37.1
|
||||
image: netbirdio/signal:0.37.2
|
||||
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.37.1
|
||||
image: netbirdio/relay:0.38.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.37.1
|
||||
image: netbirdio/management:0.37.2
|
||||
restart: unless-stopped
|
||||
depends_on:
|
||||
- dashboard
|
||||
|
|
@ -91,7 +91,7 @@ services:
|
|||
max-file: "2"
|
||||
|
||||
peer-1:
|
||||
image: netbirdio/netbird:0.37.1
|
||||
image: netbirdio/netbird:0.37.2
|
||||
restart: unless-stopped
|
||||
volumes:
|
||||
- ${NETBIRD_PEER_VOLUME:-/mnt/nas1/shared/netbird/peer-1}/data:/etc/netbird
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue