Skip to content

Commit

Permalink
rm-container-name
Browse files Browse the repository at this point in the history
  • Loading branch information
tushar5526 committed May 21, 2024
1 parent 924c558 commit 638fe1c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ services:
nginx:
image: nginx:1.26.0
restart: always
# container name is used internally in code - don't change it
container_name: sarthi_nginx
ports:
- "80:80"
Expand Down Expand Up @@ -62,7 +63,6 @@ services:
grafana:
image: grafana/grafana:10.1.10-ubuntu
restart: always
container_name: grafana
volumes:
- grafana:/var/lib/grafana
- ./logging-config/grafana/dashboards:/etc/grafana/provisioning/dashboards
Expand Down

0 comments on commit 638fe1c

Please sign in to comment.