mirror of
https://github.com/docker-mailserver/docker-mailserver.git
synced 2025-08-30 06:40:10 +02:00
documentation: DOCKER_HOST
missing unix://
(#2589)
This commit is contained in:
parent
13a194466b
commit
0b909b2a32
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ services:
|
||||||
Then, setup your `mailserver.env` file follow the documentation and use docker-compose to start the container.
|
Then, setup your `mailserver.env` file follow the documentation and use docker-compose to start the container.
|
||||||
|
|
||||||
```bash
|
```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 up -d mailserver
|
||||||
docker-compose ps
|
docker-compose ps
|
||||||
```
|
```
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue