Skip to content

Commit 7289f8f

Browse files
committed
В docker compose в контейнере web изменён порт на локальный
1 parent 8362d09 commit 7289f8f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docker-compose.dev-ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ services:
1414
environment:
1515
HOST: 0.0.0.0
1616
ports:
17-
- 8000:8000
17+
- "127.0.0.1:8000:8000"
1818

1919
grafana:
2020
image: grafana/grafana:latest

0 commit comments

Comments
 (0)