Skip to content

v0.8.2

Choose a tag to compare

@belal-i belal-i released this 18 Apr 22:41
· 117 commits to develop since this release
c2d6fa5

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