Merge branch 'master' of gitlab.com:thallian/docker-murmur
This commit is contained in:
commit
6d1be9dce1
2 changed files with 4 additions and 2 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue