-
Notifications
You must be signed in to change notification settings - Fork 308
6. Run
Urban Sandén edited this page Sep 9, 2024
·
4 revisions
docker-compose up
or detached mode
docker-compose up -d
Docker Compose will now start all the services for you:
Starting myapp-mysql ... done
Starting myapp-composer ... done
Starting myapp-phpmyadmin ... done
Starting myapp-wordpress ... done
Starting myapp-nginx ... done
Starting myapp-mailhog ... done
- 🚀 Open https://myapp.local in your browser if you are using Option 3) with HTTPs and a custom domain
- 🚀 Open http://localhost/ in the browser if you are using Option 4) with a simpler config