Skip to content

Commit 06906ee

Browse files
committed
Minor whitespace/formatting fixes
1 parent d5fb07e commit 06906ee

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

eggdrop/content.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ After running the eggdrop container for the first time, the configuration file,
2626
$ docker run -i -e NICK=FooBot -e SERVER=irc.freenode.net -v /path/to/eggdrop/files:/home/eggdrop/eggdrop/data -d eggdrop
2727
```
2828

29-
Please note that, even in daemon mode, the -i flag for docker run is required.
29+
Please note that, even in daemon mode, the `-i` flag for `docker run` is required.
3030

3131
## Adding scripts
3232

33-
An easy way to add scripts would be to create a scripts directory on the host and mount it to /home/eggdrop/eggdrop/data. This would be accomplished by adding an option similar to
33+
An easy way to add scripts would be to create a scripts directory on the host and mount it to `/home/eggdrop/eggdrop/data`. This would be accomplished by adding an option similar to
3434

3535
-v /path/to/host/scripts:/home/eggdrop/eggdrop/scripts
36-
36+
3737
to your docker run command line (and of course, don't forget to edit your configuration file to actually load it!)
3838

3939
## Exposing network ports

0 commit comments

Comments
 (0)