1
1
Fork 0
mirror of https://github.com/docker-mailserver/docker-mailserver synced 2024-05-20 17:46:06 +02:00

documentation: DOCKER_HOST missing unix:// (#2595)

This commit is contained in:
pyy 2022-05-18 12:18:38 +02:00 committed by GitHub
parent b7e5d42e09
commit 0d30b92a83
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
```