Skip to content
This repository has been archived by the owner on May 17, 2024. It is now read-only.

Commit

Permalink
feature: use port 80 for grafana on ecs
Browse files Browse the repository at this point in the history
  • Loading branch information
sbender9 committed Mar 27, 2019
1 parent 276fe25 commit 6adf959
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose-ecs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ services:
volumes:
- "grafana-storage:/var/lib/grafana"
ports:
- "3000:3000"
- "80:3000"
logging:
driver: awslogs
options:
Expand Down

0 comments on commit 6adf959

Please sign in to comment.