mirror of
https://github.com/mjl-/mox.git
synced 2025-06-28 11:38:16 +03:00
use full docker hub path in docker-compose.yml
This commit is contained in:
parent
e20677cfd6
commit
259729e03d
@ -11,7 +11,7 @@ version: '3.7'
|
|||||||
services:
|
services:
|
||||||
mox:
|
mox:
|
||||||
# Replace latest with the version you want to run.
|
# Replace latest with the version you want to run.
|
||||||
image: moxmail/mox:latest
|
image: docker.io/moxmail/mox:latest
|
||||||
environment:
|
environment:
|
||||||
- MOX_DOCKER=... # Quickstart won't try to write systemd service file.
|
- MOX_DOCKER=... # Quickstart won't try to write systemd service file.
|
||||||
# Mox needs host networking because it needs access to the IPs of the
|
# Mox needs host networking because it needs access to the IPs of the
|
||||||
|
Loading…
x
Reference in New Issue
Block a user