Skip to content

Commit

Permalink
chore: remove container name from swarm compose
Browse files Browse the repository at this point in the history
Signed-off-by: Prashant Shahi <prashant@signoz.io>
  • Loading branch information
prashant-shahi committed Jan 27, 2025
1 parent 35c7489 commit 4c8e219
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion deploy/docker-swarm/docker-compose.ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,6 @@ services:
frontend:
<<: *common
image: signoz/frontend:0.69.0
container_name: signoz-frontend
depends_on:
- alertmanager
- query-service
Expand Down
1 change: 0 additions & 1 deletion deploy/docker-swarm/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -151,7 +151,6 @@ services:
frontend:
<<: *common
image: signoz/frontend:0.69.0
container_name: signoz-frontend
depends_on:
- alertmanager
- query-service
Expand Down

0 comments on commit 4c8e219

Please sign in to comment.