Skip to content

Commit

Permalink
update docker hub namespace (#316)
Browse files Browse the repository at this point in the history
  • Loading branch information
mlsmaycon authored May 20, 2022
1 parent 3992fe4 commit 11a3863
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions infrastructure_files/docker-compose.yml.tmpl
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 11a3863

Please sign in to comment.