Skip to content

Commit

Permalink
Add more information to the Docker section in the Readme.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
bdovaz committed Sep 13, 2023
1 parent 1e51f26 commit 90dcde4
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,19 +90,26 @@ Only compatible with **`Unity 2019.1`** and potentially with newer version.
## Docker

> Available in [ghcr (GitHub Container Registry)](https://github.com/xoofx/UnityNuGet/pkgs/container/unitynuget).
>
> Supported platforms:
> - linux/amd64
> - linux/arm64
Example of a basic docker-compose.yml file:

```yaml
services:
unitynuget:
build: .
image: ghcr.io/xoofx/unitynuget:latest
ports:
- 5000:80
volumes:
- ./unity_packages:/app/unity_packages
- ./registry.json:/app/registry.json # (Optional) You can have your own registry.json with a different package list than the one already included in the repository
```
There is a complete example in [examples/docker](examples/docker).
There is a complete example with all available options in [examples/docker](examples/docker).
### Accessing a private NuGet feed from Azure DevOps
Expand Down

0 comments on commit 90dcde4

Please sign in to comment.