'update files with ansible'
This commit is contained in:
parent
fe568715a0
commit
053c4fb65a
@ -8,6 +8,7 @@ RUN apt update && apt upgrade -y && \
|
||||
mkdir /bedrock && cd /bedrock && \
|
||||
curl -LO https://minecraft.azureedge.net/bin-linux/bedrock-server-1.16.220.02.zip && unzip bedrock-server-1.16.220.02.zip && \
|
||||
rm bedrock-server-1.16.220.02.zip && \
|
||||
chmod 755 /bedrock/bedrock_server && \
|
||||
addgroup bedrock && \
|
||||
adduser --no-create-home --uid 1027 --ingroup bedrock --disabled-password --quiet --shell /bin/bash --gecos bedrock bedrock && \
|
||||
chown -R bedrock:bedrock /bedrock
|
||||
|
||||
@ -14,7 +14,7 @@ type: application
|
||||
|
||||
# This is the chart version. This version number should be incremented each time you make changes
|
||||
# to the chart and its templates, including the app version.
|
||||
version: 0.1.10
|
||||
version: 0.1.11
|
||||
|
||||
# This is the version number of the application being deployed. This version number should be
|
||||
# incremented each time you make changes to the application.
|
||||
|
||||
Loading…
Reference in New Issue
Block a user