- His Cat Basket
- https://landofkittens.community
- Joined on
2023-02-18
Would it be worth adding in these changes to the cheat sheet too?
Just simply switching out stop
to down
would be fine here. Keeping the build process as a seperate command is a nice feature here as you can be rebuilding the Foundkey image whilst the…
Wondering if I should move
docker-compose.yml
todocker-compose.yml.example
so that it matches with the docs...
Most projects I come across that have the option to run the service in…
docker compose stop
will just stop the container instead of removing it. In this case, it will cause docker compose up -d
to just restart the stopped container which will still use the previous image, rather than start a new container with the updated image.
Some changes that need to be changed inside the default.yml when using Docker is setting the database host to db
and the redis host to redis
so that it uses the internal container network to…