fix drone
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-02-17 23:41:31 -05:00
parent 91f47e92ed
commit aca199053e
5 changed files with 35 additions and 10 deletions

View File

@ -21,7 +21,7 @@ The self-hosted firearm tracker website.
1. Copy the example [docker-compose.yml](https://gitea.bubbletea.dev/shibao/cannery/src/branch/stable/docker-compose.yml). into your local machine where you want.
Bind mounts are created in the same directory by default.
1. Set the configuration variables in `docker-compose.yml`. You'll need to run
`docker run -it shibaobun/cannery mix phx.gen.secret` to generate a new
`docker run -it shibaobun/cannery /app/priv/random.sh` to generate a new
secret key base.
1. Use `docker-compose up` or `docker-compose up -d` to start the container!