Fix docker build recipe
This commit is contained in:
3
misc/release/config-patch.txt
Normal file
3
misc/release/config-patch.txt
Normal file
@ -0,0 +1,3 @@
|
||||
.data.path = "/var/lib/fake-smtp/data.db"
|
||||
.smtp.address = "127.0.0.1:2525"
|
||||
.smtp.debug = false
|
@ -1,10 +0,0 @@
|
||||
---
|
||||
- op: replace
|
||||
path: /data/path
|
||||
value: /var/lib/fake-smtp/data.db
|
||||
- op: replace
|
||||
path: /smtp/address
|
||||
value: 127.0.0.1:2525
|
||||
- op: replace
|
||||
path: /smtp/debug
|
||||
value: false
|
Reference in New Issue
Block a user