Robin Thoni 16cad24392 README | hace 5 años | |
---|---|---|
dovecot | hace 5 años | |
milter-sasl | hace 5 años | |
opendkim | hace 5 años | |
postfix | hace 5 años | |
postfixadmin | hace 5 años | |
postgresql | hace 5 años | |
.gitignore | hace 5 años | |
README.md | hace 5 años | |
docker-compose.yml | hace 5 años | |
env | hace 5 años |
postfixadmin default admin: root@example.com:toor42
data/common/certs/{cert.pem,privkey.pem,chain.pem,fullchain.pem}
docker-compose down
docker run --rm -v "$(pwd)/data/postgresql/data:/var/lib/postgresql/9.6/data" -v "$(pwd)/data/postgresql/data_new:/var/lib/postgresql/11/data" tianon/postgres-upgrade:9.6-to-11
mv data/postgresql/data data/postgresql/data_old
mv data/postgresql/data_new data/postgresql/data
docker-compose up --build -d