mirror of
https://iceshrimp.dev/crimekillz/iceshrimp-161sh.git
synced 2024-11-22 12:13:48 +01:00
Moved 'docker for development' stanza from root README.md to docker-README.md
This commit is contained in:
parent
cfc604565c
commit
95d26bfc7f
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
Block a user