Skip to content

Commit

Permalink
Update docker-compose.yml.j2
Browse files Browse the repository at this point in the history
Modified front-tier and back-tier network names since install will fail without these names modified. Should be a fix for issue #619
  • Loading branch information
Terrabytee authored Jan 1, 2025
1 parent 4ffe295 commit 0a550d3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/docker-compose.yml.j2
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ volumes:

networks:
front-tier:
name: internet-monitoring-front-tier
name: front-tier
back-tier:
name: internet-monitoring-back-tier
name: back-tier

services:
{% if domain_name_enable %}
Expand Down

0 comments on commit 0a550d3

Please sign in to comment.