inbucket. ports syntax fix.
continuous-integration/drone/pr Build is passing Details
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Alexey Skobkin 2022-05-31 20:56:13 +03:00
parent ae84607d29
commit ec4bb6057a
No known key found for this signature in database
GPG Key ID: 5D5CEF6F221278E7
1 changed files with 4 additions and 4 deletions

View File

@ -1,11 +1,11 @@
services: services:
gatus: inbucket:
image: inbucket/inbucket:latest image: inbucket/inbucket:latest
container_name: inbucket container_name: inbucket
ports: ports:
- "${HOST_HTTP_PORT:-0.0.0.0}:${HOST_HTTP_PORT:8389}:9000" - "${HOST_HTTP_PORT:-0.0.0.0}:${HOST_HTTP_PORT:-8389}:9000/tcp"
- "${HOST_SMTP_ADDR:-0.0.0.0}:${HOST_SMTP_PORT:8389}:2500" - "${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" - "${HOST_HTTP_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/