mirror of
https://github.com/itzg/docker-minecraft-server.git
synced 2024-06-07 19:40:43 +00:00
mc: fix container stop handling
This commit is contained in:
parent
009309966b
commit
2d6316e6c3
@ -13,7 +13,7 @@ if [ $(id -u) = 0 ]; then
|
||||
chown -R minecraft:minecraft /data
|
||||
fi
|
||||
|
||||
su-exec minecraft:minecraft /start-configuration
|
||||
exec su-exec minecraft:minecraft /start-configuration
|
||||
else
|
||||
exec /start-configuration
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user