v0.8.2
This is a security release! Please do not use any older version. If you installed an app with an older version of Docksible, if possible, reinstall it. Otherwise, you should manually tighten Docker Compose file permissions by connecting to your server via SSH, changing into your docksible/ directory, and running: chmod 600 docker-compose-*.yml
Security enhancement
- Tighten file ownership and permissions of Docker Compose files on remote host. ( #40 )
Refactor
- Add Ansible user to Docker group on remote host.
- Remove unnecessary antipattern where we "forced" WordPress to use SSL via wp-config.php. Ansible should not touch that file!
Installing/upgrading
pip install --upgrade docksible
PyPI package: https://pypi.org/project/docksible/0.8.2/
Full Changelog: v0.8.1...v0.8.2