Skip to content

Commit 41a6505

Browse files
committed
Add quotes to docker-compose
1 parent e095a72 commit 41a6505

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
@@ -10,7 +10,7 @@ services:
1010
expose:
1111
- 6379
1212
ports:
13-
- 6379:6379
13+
- "6379:6379"
1414

1515
spring-boot-redis-app:
1616
build: ./
@@ -23,7 +23,7 @@ services:
2323
expose:
2424
- 9080
2525
ports:
26-
- 9080:9080
26+
- "9080:9080"
2727
depends_on:
2828
- redis
2929
links:

0 commit comments

Comments
 (0)