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
|
## SERVER_PASSWORD
|
||||||
Password to join server.
|
Password to join server.
|
||||||
|
|
||||||
## PASSWORD_PASSWORD
|
## ADMIN_PASSWORD
|
||||||
Password of the SuperUser.
|
Password of the SuperUser.
|
||||||
|
|
||||||
## MAX_BANDWIDTH
|
## MAX_BANDWIDTH
|
||||||
@ -38,7 +38,9 @@ Name of the key file.
|
|||||||
- 64738
|
- 64738
|
||||||
|
|
||||||
# Capabilities
|
# Capabilities
|
||||||
|
- CHOWN
|
||||||
- DAC_OVERRIDE
|
- DAC_OVERRIDE
|
||||||
|
- FOWNER
|
||||||
- NET_BIND_SERVICE
|
- NET_BIND_SERVICE
|
||||||
- SETGID
|
- SETGID
|
||||||
- SETUID
|
- SETUID
|
||||||
|
@ -1,3 +1,3 @@
|
|||||||
#!/usr/bin/with-contenv sh
|
#!/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