We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f7140a3 commit 2f4dc9dCopy full SHA for 2f4dc9d
infra/docker/postgres.yml
@@ -2,7 +2,7 @@
2
# PostgreSQL database.
3
#
4
# In order to get the effective configuration, run
5
-# $ docker-compose -f docker-compose.yml -f postgres.yml config
+# docker-compose -f docker-compose.yml -f postgres.yml config
6
7
# @todo #1034 Document how to run with PostgreSQL and docker-compose
8
infra/docker/prod.yml
# the "prod" profile.
-# $ docker-compose -f docker-compose.yml -f prod.yml config
+# docker-compose -f docker-compose.yml -f prod.yml config
version: '3'
0 commit comments