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:
parent
8ea06f7624
commit
d982c7a74c
2 changed files with 0 additions and 4 deletions
|
|
@ -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}"
|
||||
|
|
|
|||
|
|
@ -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}"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue