You've already forked docker-mailserver
mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-07 23:03:10 +02:00
Update 'build' doc (#2439)
'setup.sh' expects an image named 'mailserver/docker-mailserver:latest' or else it will pull a remote image.
This commit is contained in:
@ -8,7 +8,7 @@ You'll need to retrieve the git submodules prior to building your own Docker ima
|
|||||||
|
|
||||||
```sh
|
```sh
|
||||||
git submodule update --init --recursive
|
git submodule update --init --recursive
|
||||||
docker build .
|
docker build -t mailserver/docker-mailserver .
|
||||||
```
|
```
|
||||||
|
|
||||||
Or, you can clone and retrieve the submodules in one command:
|
Or, you can clone and retrieve the submodules in one command:
|
||||||
|
Reference in New Issue
Block a user