diff --git a/README.md b/README.md index 381bd8d..52ca901 100644 --- a/README.md +++ b/README.md @@ -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 \ @@ -22,7 +24,7 @@ docker run \ garethflowers/ftp-server ``` -### ... via `docker compose` +#### ... via `docker compose` ```yml services: