Skip to content

Commit 4cd3309

Browse files
committed
Updating for new compose syntax
1 parent ac8bf25 commit 4cd3309

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

README.org

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,13 @@
11
* Environment Setup
2-
32
1. Download [[https://www.docker.com/community-edition][docker]]
43
2. ~git clone git@github.com:SecuringTheStack/tutorials.git~
54
3. ~cd~ into a tutorial's directory
6-
4. ~EX_NUM_NO_PATH=%number docker-compose -f src/docker-compose.yml up~
5+
4. ~EX_NUM_NO_PATH=%number docker-compose up~
76
- Depending on the example you'd like to run, input a ~%number~ (with no path)
87
- ~%number~ maps to a directory within a tutorial's ~src~ directory
98
- To launch with ~node~ instead of ~nodemon~ simply prepend ~EXEC_MODE=node~
109
to the ~docker-compose~ invocation
11-
- For your convenience, this command will be populated with the correct value
10+
- For your convenience, this command will be prepopulated with the correct value
1211
in the videos
1312
5. The next steps will depend on the example in question
1413
1. Please refer to a tutorial's ~README.org~ (or video)

0 commit comments

Comments
 (0)