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 e0b5866 commit 230872cCopy full SHA for 230872c
content/guides/java/containerize.md
@@ -204,7 +204,7 @@ services:
204
# start the database before your application. The `db-data` volume persists the
205
# database data between container restarts. The `db-password` secret is used
206
# to set the database password. You must create `db/password.txt` and add
207
-# a password of your choosing to it before running `docker-compose up`.
+# a password of your choosing to it before running `docker compose up`.
208
# depends_on:
209
# db:
210
# condition: service_healthy
0 commit comments