documentation: `DOCKER_HOST` missing `unix://` (#2589)

This commit is contained in:
pyy 2022-05-13 09:46:54 +02:00 committed by GitHub
parent 13a194466b
commit 0b909b2a32
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -91,7 +91,7 @@ services:
Then, setup your `mailserver.env` file follow the documentation and use docker-compose to start the container.
```bash
export DOCKER_HOST="unix:/var/run/user/1000/podman/podman.sock"
export DOCKER_HOST="unix:///var/run/user/$(id -u)/podman/podman.sock"
docker-compose up -d mailserver
docker-compose ps
```