Merge branch 'master' of gitlab.com:thallian/docker-murmur
This commit is contained in:
commit
6d1be9dce1
@ -11,7 +11,7 @@ Welcome message sent to clients when they connect.
|
||||
## SERVER_PASSWORD
|
||||
Password to join server.
|
||||
|
||||
## PASSWORD_PASSWORD
|
||||
## ADMIN_PASSWORD
|
||||
Password of the SuperUser.
|
||||
|
||||
## MAX_BANDWIDTH
|
||||
@ -38,7 +38,9 @@ Name of the key file.
|
||||
- 64738
|
||||
|
||||
# Capabilities
|
||||
- CHOWN
|
||||
- DAC_OVERRIDE
|
||||
- FOWNER
|
||||
- NET_BIND_SERVICE
|
||||
- SETGID
|
||||
- SETUID
|
||||
|
@ -1,3 +1,3 @@
|
||||
#!/usr/bin/with-contenv sh
|
||||
|
||||
murmurd -ini /etc/murmur.ini -supw $ADMINPASSWORD
|
||||
murmurd -ini /etc/murmur.ini -supw $ADMIN_PASSWORD
|
||||
|
Loading…
Reference in New Issue
Block a user