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