Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- #!/bin/bash
- # Navigate to home directory
- cd ~
- # Navigate to devilbox directory
- cd devilbox/
- # Stop MySQL service
- sudo service mysql stop
- # Stop Apache service
- sudo service apache2 stop
- # Stop systemd-resolved service
- sudo systemctl stop systemd-resolved
- # Start Devilbox using Docker Compose
- docker-compose up -d
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement