Skip to content

Commit f517118

Browse files
committed
style(docker-compose.yml): use different style for specifying a list.
No code changes. [ci skip]
1 parent 67cfaab commit f517118

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

docker/docker-compose.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,7 @@ services:
44
web:
55
build: ./
66
image: mystamps:latest
7-
cap_drop: [ "ALL" ]
8-
ports: [ "8080:8080" ]
7+
cap_drop:
8+
- "ALL"
9+
ports:
10+
- "8080:8080"

0 commit comments

Comments
 (0)