Skip to content

Commit

Permalink
docs(readme): standardise docker examples
Browse files Browse the repository at this point in the history
  • Loading branch information
garethflowers committed Aug 24, 2024
1 parent 5c86840 commit 057aed7
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ A simple FTP server, using

## How to use this image

### start a FTP Server instance
### Start a FTP Server instance

To start a container, with data stored in `/data` on the host, use the
following:

#### ... via `docker run`

```sh
docker run \
--detach \
Expand All @@ -22,7 +24,7 @@ docker run \
garethflowers/ftp-server
```

### ... via `docker compose`
#### ... via `docker compose`

```yml
services:
Expand Down

0 comments on commit 057aed7

Please sign in to comment.