File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
workshop/content/docs/introduction Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ setup provided to you is actually working. The configuration file for Docker Com
5252
5353 ```bash
5454 cd workshop/exercises
55- docker- compose up
55+ docker compose up
5656 ```
5757
5858 2. Open <http://localhost:5000> in your browser, you should see an error message!
@@ -69,11 +69,11 @@ setup provided to you is actually working. The configuration file for Docker Com
6969 You may also run the Docker container in the background (detached) as follows:
7070
7171 ```bash
72- docker- compose up -d
72+ docker compose up -d
7373 docker ls # verify that the mapserver container is running
7474 # visit http://localhost:5000 in your browser
7575 docker logs --follow mapserver # view logs
76- docker- compose stop
76+ docker compose stop
7777 ```
7878
7979## Folder Structure
You can’t perform that action at this time.
0 commit comments