mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2024-01-19 02:48:50 +00:00
documentation: DOCKER_HOST missing unix:// (#2595)
This commit is contained in:
parent
b7e5d42e09
commit
0d30b92a83
|
@ -38,7 +38,7 @@ systemctl enable --now podman.socket
|
|||
This will create a unix socket locate under `/run/podman/podman.sock`, which is the entrypoint of Podman's API. Now, configure docker-mailserver and start it.
|
||||
|
||||
```bash
|
||||
export DOCKER_HOST="unix:/run/podman/podman.sock"
|
||||
export DOCKER_HOST="unix:///run/podman/podman.sock"
|
||||
docker-compose up -d mailserver
|
||||
docker-compose ps
|
||||
```
|
||||
|
|
Loading…
Reference in a new issue