Docker
How to run Craft in Docker.
Last updated
How to run Craft in Docker.
Last updated
The package contains Dockerfile to quickly run application by using Docker. Below you can find commands required to run the application. You can and install it on your operating system.
Minimal .env configuration file for Docker. For full example check the documentation
After configuring the .env file you can start with the Docker. Commands below must be run in the command line.
After starting the application you can access it on the following URL http://0.0.0.0:7000 and the database (MariaDB) is running on 0.0.0.0:3306.