Skip to content

Commit e943538

Browse files
committed
change bash codefence to console
Signed-off-by: Phill Kelley <[email protected]>
1 parent 2bfbac1 commit e943538

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

docs/Containers/Portainer-ce.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,14 @@ From that it should be clear that *Portainer* is deprecated and that *Portainer
2525

2626
Run the menu:
2727

28-
```
28+
```console
2929
$ cd ~/IOTstack
3030
$ ./menu.sh
3131
```
3232

3333
Choose "Build Stack", select "Portainer-ce", press [TAB] then "\<Ok\>" and follow through to the end of the menu process, typically choosing "Do not overwrite" for any existing services. When the menu finishes:
3434

35-
```
35+
```console
3636
$ docker-compose up -d
3737
```
3838

@@ -83,7 +83,7 @@ Keep in mind that clicking on a "Published Port" does not guarantee that your br
8383

8484
If you forget the password you created for *Portainer CE*, you can recover by doing the following:
8585

86-
```
86+
```console
8787
$ cd ~/IOTstack
8888
$ docker-compose stop portainer-ce
8989
$ sudo rm -r ./volumes/portainer-ce

0 commit comments

Comments
 (0)