Skip to content

Commit db3a284

Browse files
committed
one-line container termination command
1 parent f75f1ab commit db3a284

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

docs/Containers/WireGuard.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -550,8 +550,7 @@ The procedure is:
550550

551551
```bash
552552
$ cd ~/IOTstack
553-
$ docker-compose stop wireguard
554-
$ docker-compose rm -f wireguard
553+
$ docker-compose rm --force --stop -v wireguard
555554
```
556555

557556
2. Erase the persistent storage area (essential):

0 commit comments

Comments
 (0)