After you created a docker-compose.yaml file you can use these commands in the same directory.
docker-compose up --build --detach | System will build an image based on the yaml file, then starts it. |
- Log in to post comments
After you created a docker-compose.yaml file you can use these commands in the same directory.
docker-compose up --build --detach | System will build an image based on the yaml file, then starts it. |