Default to not use whitelisting
Added privileged run for iptables
This commit is contained in:
parent
ade06e1945
commit
a571d64298
@ -4,8 +4,9 @@ services:
|
|||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
dockerfile: Dockerfile
|
dockerfile: Dockerfile
|
||||||
|
privileged: true
|
||||||
environment:
|
environment:
|
||||||
- WHITELIST_ENABLED=true
|
- WHITELIST_ENABLED=false
|
||||||
volumes:
|
volumes:
|
||||||
- ./config:/home/rexuiz/.rexuiz/data
|
- ./config:/home/rexuiz/.rexuiz/data
|
||||||
ports:
|
ports:
|
||||||
|
15
readme.md
Normal file
15
readme.md
Normal file
@ -0,0 +1,15 @@
|
|||||||
|
# Basic Rexuiz dockerized server
|
||||||
|
|
||||||
|
This is an unofficial dockerized version of Rexuiz server.
|
||||||
|
|
||||||
|
|
||||||
|
### How to run
|
||||||
|
|
||||||
|
1. `make`
|
||||||
|
2. `make run`
|
||||||
|
|
||||||
|
### Whitelisting
|
||||||
|
|
||||||
|
Optionally you can enable whitelisting IPs to only allow certain IPs to join in.
|
||||||
|
To enable this set the `WHITELIST_ENABLED` to `true` and make sure the container runs as privileged.
|
||||||
|
When you've done this you can add IPv4 addresses to config/allowed_ips.txt 1 per line.
|
Loading…
x
Reference in New Issue
Block a user