Administrationยถ

Instructions for manual administrative operations like container login, config file edits, and post-update recovery actions.

Modify Config ๐Ÿ”งยถ

Enter the Containerยถ

docker-compose exec -it application /bin/sh

Modify the Configurationยถ

Inside the container, install a text editor and edit the config:

apk add --no-cache nano && nano config/config.php