Merge branch 'master' of gitlab.com:thallian/docker-murmur

This commit is contained in:
Sebastian Hugentobler 2017-08-31 17:18:11 +02:00
commit 6d1be9dce1
2 changed files with 4 additions and 2 deletions

View File

@ -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

View File

@ -1,3 +1,3 @@
#!/usr/bin/with-contenv sh
murmurd -ini /etc/murmur.ini -supw $ADMINPASSWORD
murmurd -ini /etc/murmur.ini -supw $ADMIN_PASSWORD