parent
cadd9ced19
commit
d7a8628d18
@ -5,13 +5,20 @@
|
|||||||
|
|
||||||
## Setup
|
## Setup
|
||||||
|
|
||||||
|
Build only seems to require `#usermod -aG docker username`. Not tested as root/sudo/
|
||||||
|
|
||||||
By default, `bridge` runs in non-interactive mode. You must set up the bridge initially.
|
By default, `bridge` runs in non-interactive mode. You must set up the bridge initially.
|
||||||
|
|
||||||
docker-compose exec pmb bash
|
docker-compose exec pmb bash
|
||||||
killall bridge
|
killall bridge
|
||||||
./bridge -c
|
./bridge -c
|
||||||
|
|
||||||
When in cli mode, `login` will activate account.
|
When in cli mode:
|
||||||
|
|
||||||
|
* `login` will activate account.
|
||||||
|
* `info` will show creds to input into host filesystem .env postfix values.
|
||||||
|
|
||||||
|
docker-compose down && docker-compose up are necessary. "restart" will not reload .env
|
||||||
|
|
||||||
## msmtp test
|
## msmtp test
|
||||||
|
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
version: '2'
|
|
||||||
services:
|
|
||||||
postfix:
|
|
||||||
image: juanluisbaptiste/postfix:dev
|
|
||||||
build:
|
|
||||||
context: .
|
|
||||||
dockerfile: Dockerfile
|
|
Loading…
x
Reference in New Issue
Block a user