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
- Download or clone this repository (or the docker-compose.yml)
11
+
- Download or clone this repository (or the docker-compose.yml and the .env.example)
12
12
- if you want to use a different port than 5000/tcp, change the first 5000 the docker-compose.yml
13
+
- copy `.env.example` to `.env` and edit at least the `DBUser` and `DBPassword` values. Attention: DBPort does not change the port of the postgres instance that is configured by default in the compose file!
13
14
- run `docker-compose up -d`
14
15
- visit your NetEvent installation with your browser, login with Admin and Test123.. and configure your instance
16
+
17
+
### Notes
18
+
19
+
- You can find the container image on [Docker Hub](https://hub.docker.com/r/lan2play/netevent)
20
+
- You can find the `Dockerfile` inside the root of our github repository and build it yourself
21
+
- The container is intended to be running behind any kind of reverse proxy and therfore it is started with http only
0 commit comments