Skip to content

Commit

Permalink
docs: updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmadnassri committed Jul 28, 2023
1 parent 6b9e654 commit 5db0302
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,15 @@ a Gollum Wiki container for local runs.
create a `docker-compose.yml` with the following:

``` yaml
version: '3'
version: 3

services:
gollum:
image: ahmadnassri/gollum
volumes:
- $PWD:/wiki
ports:
- 8080:8080
- 80:4567
```
> #### Volumes
Expand All @@ -39,7 +39,7 @@ services:
[release-img]: https://badgen.net/github/release/ahmadnassri/docker-gollum

[size-url]: https://hub.docker.com/r/ahmadnassri/gollum
[size-img]: https://badgen.net/docker/size/ahmadnassri/gollum
[size-img]: https://badgen.net/docker/size/ahmadnassri/gollum?label=image%20size

[docker-url]: https://hub.docker.com/r/ahmadnassri/gollum
[docker-img]: https://badgen.net/badge/icon/docker%20hub?icon=docker&label
Expand Down
5 changes: 3 additions & 2 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,17 @@
create a `docker-compose.yml` with the following:

```yaml
version: '3'
version: 3

services:
gollum:
image: ahmadnassri/gollum
volumes:
- $PWD:/wiki
ports:
- 8080:8080
- 80:4567
```
> #### Volumes
>
> Map the the directory where Gollum will read files to `/wiki`

0 comments on commit 5db0302

Please sign in to comment.