Skip to content

Commit 2a7ca03

Browse files
committed
Standardize quotes in docker-compose.yml for Consul service ports
1 parent 0cbd8d9 commit 2a7ca03

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

docker-compose.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,19 +4,19 @@ services:
44
networks:
55
- consul-network
66
ports:
7-
- '8300:8300'
8-
- '8301:8301'
9-
- '8301:8301/udp'
10-
- '8500:8500'
11-
- '8600:8600'
12-
- '8600:8600/udp'
7+
- "8300:8300"
8+
- "8301:8301"
9+
- "8301:8301/udp"
10+
- "8500:8500"
11+
- "8600:8600"
12+
- "8600:8600/udp"
1313
command: agent -server -ui -bootstrap-expect=1 -client=0.0.0.0 -bind=0.0.0.0
14-
14+
1515
redis:
1616
image: redis:latest
1717
ports:
1818
- "6379:6379"
1919

2020
networks:
2121
consul-network:
22-
driver: bridge
22+
driver: bridge

0 commit comments

Comments
 (0)