Skip to content

Commit ffff0d9

Browse files
committed
fix naming
1 parent 05c5640 commit ffff0d9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ services:
4343
environment:
4444
- STATISTIC_SERVER_URL=http://stats-server:9090
4545

46-
explore-db:
46+
ewm-db:
4747
image: postgres:16.1
4848
container_name: postgres-explore-db
4949
ports:
@@ -60,7 +60,7 @@ services:
6060
interval: 5s
6161
retries: 10
6262

63-
explore-client:
63+
ewm-service:
6464
build: ./explore/client
6565
image: explore
6666
container_name: explore

0 commit comments

Comments
 (0)