update docker hub namespace (#316)

This commit is contained in:
Maycon Santos 2022-05-20 11:00:15 +02:00 committed by GitHub
parent 3992fe4743
commit 11a3863c28
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,7 @@ services:
- $LETSENCRYPT_VOLUMENAME:/etc/letsencrypt/
# Signal
signal:
image: netbird/signal:latest
image: netbirdio/signal:latest
restart: unless-stopped
volumes:
- $SIGNAL_VOLUMENAME:/var/lib/netbird
@ -30,7 +30,7 @@ services:
# command: ["--letsencrypt-domain", "$WIRETRUSTEE_DOMAIN", "--log-file", "console"]
# Management
management:
image: netbird/management:latest
image: netbirdio/management:latest
restart: unless-stopped
depends_on:
- dashboard