Skip to content

Commit

Permalink
Update azure network watche packages docker scenario (#9940)
Browse files Browse the repository at this point in the history
Update docker scenario for these packages to not use the full service name.
Those containers can access the required service just with the service name
defined in the same compose file.
  • Loading branch information
mrodm authored Jun 3, 2024
1 parent cc040fc commit c9f5774
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
command:
- log
- --retry=30
- --addr=elastic-package-service-azure-network-watcher-nsg-log-1
- --addr=azure-network-watcher-nsg-log
- -p=azureblobstorage
- --azure-blob-storage-port=10000
- --azure-blob-storage-container=azure-container1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ services:
command:
- log
- --retry=30
- --addr=elastic-package-service-azure-network-watcher-vnet-log-1
- --addr=azure-network-watcher-vnet-log
- -p=azureblobstorage
- --azure-blob-storage-port=10000
- --azure-blob-storage-container=azure-container1
Expand Down

0 comments on commit c9f5774

Please sign in to comment.