Update Docker Hub repo (#112)

This commit is contained in:
Christopher C. Wells 2020-02-07 11:55:36 -08:00
parent 86f0c2f04b
commit c16ba31aef
2 changed files with 3 additions and 3 deletions

View File

@ -87,8 +87,8 @@ containers: one for the database and one for the application.
The example `docker-compose.example.yml` file provided in this repository is
intended for production deployments. Baby Buddy is deployed to Docker Hub as
[cdubzzz/babybuddy](https://hub.docker.com/r/cdubzzz/babybuddy) so this is the
only file needed for a Docker deployment with Docker Compose.
[babybuddy/babybuddy](https://hub.docker.com/r/babybuddy/babybuddy) so this is
the only file needed for a Docker deployment with Docker Compose.
1. Copy the contents of `docker-compose.example.yml` as `docker-compose.yml`
and set, at least, the `ALLOWED_HOSTS` and `SECRET_KEY` variables under

View File

@ -7,7 +7,7 @@ services:
volumes:
- db:/db-data:rw
app:
image: cdubzzz/babybuddy
image: babybuddy/babybuddy
# See README.md#configuration for other environment configuration options.
environment:
- ALLOWED_HOSTS=