Skip to content

Commit

Permalink
Refer to correct image
Browse files Browse the repository at this point in the history
  • Loading branch information
Macleykun committed Nov 21, 2022
1 parent b9ca2b1 commit aaa5f05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ You can download the executables in the [Actions](https://github.com/Dadoum/Prov
If you wish to run Anisette within docker to host a server public or privately. Make sure to install docker/podman and run the following command:

```bash
docker run -d -v lib_cache:/opt/lib/ -p 6969:6969 --name anisette usernamereplace/nameimagereplace:latest
docker run -d -v lib_cache:/opt/lib/ -p 6969:6969 --name anisette dadoum/anisette-server:latest
```

The above command will pull the image and also run it in the background. The volume (lib_cache:/opt/lib/) will cache the libraries needed that are fetched at runtime. This is done as to not redistribute Applemusic lib's.
Expand Down

0 comments on commit aaa5f05

Please sign in to comment.