mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 16:33:47 +03:00
use full docker hub path in docker-compose.yml
This commit is contained in:
parent
e20677cfd6
commit
259729e03d
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ version: '3.7'
|
|||
services:
|
||||
mox:
|
||||
# Replace latest with the version you want to run.
|
||||
image: moxmail/mox:latest
|
||||
image: docker.io/moxmail/mox:latest
|
||||
environment:
|
||||
- MOX_DOCKER=... # Quickstart won't try to write systemd service file.
|
||||
# Mox needs host networking because it needs access to the IPs of the
|
||||
|
|
Loading…
Reference in a new issue