Skip to content

Commit

Permalink
better readme in docker deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
UlyssesZh committed Dec 31, 2023
1 parent 763e889 commit b6482d7
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,11 @@ or copy the useful files to the paths specified in `config.yml`.

## Docker deploy

Download `docker-compose.yml.example` and rename it to `docker-compose.yml`.
Specify every required environment variables in `docker-compose.yml`.
Run `docker compose up -d`.
1. Download `docker-compose.yml.example` and rename it to `docker-compose.yml`.
2. Specify every required environment variables in `docker-compose.yml`.
3. Use AssetRipper to extract Lyrica's APK, and put the useful files in the `res` dir
(specified in the volume mapping in `docker-compose.yml`).
4. Run `docker compose up -d`.

If you want to build the image yourself,
clone this repo and rename `docker-compose.yml.example` to `docker-compose.yml`.
Expand Down

0 comments on commit b6482d7

Please sign in to comment.