Skip to content

Commit 230872c

Browse files
authored
fix: replace docker-compose with docker compose CLI
1 parent e0b5866 commit 230872c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/java/containerize.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ services:
204204
# start the database before your application. The `db-data` volume persists the
205205
# database data between container restarts. The `db-password` secret is used
206206
# 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`.
207+
# a password of your choosing to it before running `docker compose up`.
208208
# depends_on:
209209
# db:
210210
# condition: service_healthy

0 commit comments

Comments
 (0)