1
0
Fork 0
mirror of https://github.com/librenms/docker.git synced 2026-01-23 02:14:48 +00:00

Fix compose (#65)

This commit is contained in:
CrazyMax 2020-04-06 22:11:58 +02:00
parent 8ea06f7624
commit d982c7a74c
No known key found for this signature in database
GPG key ID: 3248E46B6BB8C7F7
2 changed files with 0 additions and 4 deletions

View file

@ -48,8 +48,6 @@ services:
smtp:
image: juanluisbaptiste/postfix
container_name: librenms_smtp
volumes:
- "/etc/localtime:/etc/localtime:ro"
environment:
- "SERVER_HOSTNAME=librenms.example.com"
- "SMTP_SERVER=${SMTP_SERVER}"

View file

@ -79,8 +79,6 @@ services:
smtp:
image: juanluisbaptiste/postfix
container_name: librenms_smtp
volumes:
- "/etc/localtime:/etc/localtime:ro"
environment:
- "SERVER_HOSTNAME=librenms.example.com"
- "SMTP_SERVER=${SMTP_SERVER}"