You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -12,6 +13,7 @@ Current status of v3 is in beta and information like documentation can be found
12
13
### Table of Contents
13
14
14
15
-[How to use](#how-to-use)
16
+
-[Docker](#docker)
15
17
-[Docker-compose](#docker-compose)
16
18
-[Local development](#local-development)
17
19
-[Environment variables](#environment-variables)
@@ -26,6 +28,20 @@ You can either use it in a Docker container or go download the code and deploy i
26
28
27
29
Keep in mind that there are restrictions on tibia.com that might impact the usage of the application being hosted yourself.
28
30
31
+
### Docker
32
+
33
+
Our images are available on both [GitHub Container Registry](https://github.com/TibiaData/tibiadata-api-go/pkgs/container/tibiadata-api-go) and [Docker Hub](https://hub.docker.com/r/tibiadata/tibiadata-api-go).
34
+
35
+
This is how to pull and run the _latest_ release of TibiaData from [GHCR](https://github.com/TibiaData/tibiadata-api-go/pkgs/container/tibiadata-api-go):
0 commit comments