Skip to content

Commit 2f4dc9d

Browse files
committed
style: modify commands in comments for easier copy&pasting
[skip ci]
1 parent f7140a3 commit 2f4dc9d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

infra/docker/postgres.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# PostgreSQL database.
33
#
44
# In order to get the effective configuration, run
5-
# $ docker-compose -f docker-compose.yml -f postgres.yml config
5+
# docker-compose -f docker-compose.yml -f postgres.yml config
66
#
77
# @todo #1034 Document how to run with PostgreSQL and docker-compose
88
#

infra/docker/prod.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# the "prod" profile.
33
#
44
# In order to get the effective configuration, run
5-
# $ docker-compose -f docker-compose.yml -f prod.yml config
5+
# docker-compose -f docker-compose.yml -f prod.yml config
66
#
77
version: '3'
88

0 commit comments

Comments
 (0)