Moved 'docker for development' stanza from root README.md to docker-README.md
This commit is contained in:
parent
5aeda4635f
commit
a226995589
10
README.md
10
README.md
|
@ -143,16 +143,6 @@ pm2 start "NODE_ENV=production yarn start" --name Calckey
|
|||
|
||||
[How to run Calckey with Docker](./docker-README.md).
|
||||
|
||||
### 🐳 Docker Compose for Development
|
||||
|
||||
|
||||
```sh
|
||||
cd dev/
|
||||
docker-compose build
|
||||
docker-compose run --rm web yarn run init
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
## 😉 Tips & Tricks
|
||||
|
||||
- When editing the config file, please don't fill out the settings at the bottom. They're designed *only* for managed hosting, not self hosting. Those settings are much better off being set in Calckey's control panel.
|
||||
|
|
|
@ -1,3 +1,12 @@
|
|||
# 🐳 Docker Compose for Development
|
||||
|
||||
```sh
|
||||
cd dev/
|
||||
docker-compose build
|
||||
docker-compose run --rm web yarn run init
|
||||
docker-compose up -d
|
||||
```
|
||||
|
||||
# Running a Calckey instance with Docker
|
||||
|
||||
## Pre-built docker container
|
||||
|
|
Loading…
Reference in New Issue