Compare commits

...

2 commits

Author SHA1 Message Date
Alexey Skobkin 892a697c9c Merge pull request 'inbucket. fix pop3 port binding.' (#42) from feature_inbucket into master
Reviewed-on: #42
2022-05-31 21:53:48 +03:00
Alexey Skobkin a8276a3341
inbucket. fix pop3 port binding.
All checks were successful
continuous-integration/drone/pr Build is passing
2022-05-31 21:31:34 +03:00

View file

@ -7,7 +7,7 @@ services:
ports: ports:
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp" - "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp"
- "${HOST_SMTP_ADDR:-0.0.0.0}:${HOST_SMTP_PORT:-8389}:2500/tcp" - "${HOST_SMTP_ADDR:-0.0.0.0}:${HOST_SMTP_PORT:-8389}:2500/tcp"
- "${HOST_HTTP_ADDR:-0.0.0.0}:${HOST_POP3_PORT:-8389}:1100/tcp" - "${HOST_POP3_ADDR:-0.0.0.0}:${HOST_POP3_PORT:-8389}:1100/tcp"
volumes: volumes:
# Not used by default, you need to configure storage parameters to store on disk. # Not used by default, you need to configure storage parameters to store on disk.
- ./data:/data/ - ./data:/data/