Skip to content

Commit 9fe8a44

Browse files
committed
style(docker-compose.yml): use single quotes.
No code changes. [ci skip]
1 parent 705ff68 commit 9fe8a44

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

docker/docker-compose.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ services:
44
web:
55
image: phpcoder/mystamps:latest
66
cap_drop:
7-
- "ALL"
7+
- 'ALL'
88
ports:
9-
- "8080:8080"
9+
- '8080:8080'

docker/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ services:
3434
# the user specified above will be granted superuser access automatically
3535
- MYSQL_DATABASE=mystamps
3636
ports:
37-
- "3306:3306"
37+
- '3306:3306'
3838
# only for testing locally
3939
#volumes:
4040
# - ./mysql_backup_mystamps_20180901-003001.sql.gz:/docker-entrypoint-initdb.d/dump.sql.gz:ro

0 commit comments

Comments
 (0)