Commit 75131a2 1 parent 27b3f3c commit 75131a2 Copy full SHA for 75131a2
File tree 1 file changed +3
-3
lines changed
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -608,7 +608,7 @@ What's happening behind the scenes?
608
608
.. note :: These steps describe the scenario in which
609
609
``script.sh `` is not commented out in the
610
610
docker-compose-cli.yaml file. Clean your network
611
- with ``./byfn.sh down `` and ensure
611
+ with ``./byfn.sh -m down `` and ensure
612
612
this command is active. Then use the same
613
613
docker-compose prompt to launch your network again
614
614
@@ -906,7 +906,7 @@ Troubleshooting
906
906
907
907
.. code :: bash
908
908
909
- ./byfn.sh down
909
+ ./byfn.sh -m down
910
910
911
911
- **YOU WILL SEE ERRORS IF YOU DO NOT REMOVE CONTAINERS AND IMAGES **
912
912
@@ -967,7 +967,7 @@ channel artifacts.
967
967
968
968
.. code :: bash
969
969
970
- ./byfn.sh down
970
+ ./byfn.sh -m down
971
971
972
972
- If you see an error stating that you still have "active endpoints", then prune
973
973
your docker networks. This will wipe your previous networks and start you with a
You can’t perform that action at this time.
0 commit comments