Skip to content

Commit d822aa8

Browse files
committed
Replace docker-compose by docker compose
1 parent 03b0241 commit d822aa8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -100,10 +100,10 @@ listen_addresses:
100100
Start the Stubby server. Add the option `-d` or `--detach` to run in the
101101
background.
102102

103-
docker-compose up --build
103+
docker-compose up
104104

105-
To stop the server, enter `Ctrl+C` followed by `docker-compose down`. If running
106-
in detached mode, you will only need to enter `docker-compose down`.
105+
To stop the server, enter `Ctrl+C` followed by `docker compose down`. If running
106+
in detached mode, you will only need to enter `docker compose down`.
107107

108108

109109
## Resolving domain names

0 commit comments

Comments
 (0)