зеркало из
https://github.com/iharh/notes.git
synced 2025-10-30 05:06:05 +02:00
15 строки
390 B
Plaintext
15 строки
390 B
Plaintext
https://github.com/tweedegolf/mailcrab
|
|
docker run --rm -p 1080:1080 -p 1025:1025 marlonb/mailcrab:latest
|
|
version: "3.8"
|
|
services:
|
|
mailcrab:
|
|
image: marlonb/mailcrab:latest
|
|
ports:
|
|
- "1080:1080"
|
|
- "1025:1025"
|
|
networks:
|
|
[default]
|
|
|
|
2023
|
|
https://tweedegolf.nl/en/blog/86/introducing-mailcrab
|