Skip to content

Commit a1bf5f3

Browse files
committed
Merge pull request realpython#7 from rchamarthi/master
quotes around "true" to fix error
2 parents 7ac8189 + 7042e89 commit a1bf5f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docker-compose.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ data:
4242
image: postgres:latest
4343
volumes:
4444
- /var/lib/postgresql
45-
command: true
45+
command: "true"

0 commit comments

Comments
 (0)