mirror of
https://github.com/netbirdio/netbird.git
synced 2025-05-20 16:31:02 +02:00
update docker hub namespace (#316)
This commit is contained in:
parent
3992fe4743
commit
11a3863c28
@ -19,7 +19,7 @@ services:
|
|||||||
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt/
|
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt/
|
||||||
# Signal
|
# Signal
|
||||||
signal:
|
signal:
|
||||||
image: netbird/signal:latest
|
image: netbirdio/signal:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
volumes:
|
volumes:
|
||||||
- $SIGNAL_VOLUMENAME:/var/lib/netbird
|
- $SIGNAL_VOLUMENAME:/var/lib/netbird
|
||||||
@ -30,7 +30,7 @@ services:
|
|||||||
# command: ["--letsencrypt-domain", "$WIRETRUSTEE_DOMAIN", "--log-file", "console"]
|
# command: ["--letsencrypt-domain", "$WIRETRUSTEE_DOMAIN", "--log-file", "console"]
|
||||||
# Management
|
# Management
|
||||||
management:
|
management:
|
||||||
image: netbird/management:latest
|
image: netbirdio/management:latest
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
depends_on:
|
depends_on:
|
||||||
- dashboard
|
- dashboard
|
||||||
|
Loading…
Reference in New Issue
Block a user