File tree 1 file changed +6
-6
lines changed
1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -29,12 +29,12 @@ LABEL org.label-schema.build-date=$BUILD_DATE \
29
29
org.opencontainers.image.version=$SPIGOT_VERSION \
30
30
org.opencontainers.iamge.url="https://github.com/kriation/docker-spigot"
31
31
ENV SPIGOT_VERSION=${SPIGOT_VERSION:-latest} \
32
- MC_SERVER_MEM=${MC_SERVER_MEM:-1024M} \
33
- MC_SERVER_PORT=${MC_SERVER_PORT:-25565} \
34
- MC_SERVER_QUERY=${MC_SERVER_QUERY:-false} \
35
- MC_SERVER_QUERY_PORT=${MC_SERVER_QUERY_PORT:-25565} \
36
- MC_SERVER_RCON=${MC_SERVER_RCON:-false} \
37
- MC_SERVER_RCON_PORT=${MC_SERVER_RCON_PORT:-25567} \
32
+ MC_SERVER_MEM=${MC_SERVER_MEM:-1024M} \
33
+ MC_SERVER_PORT=${MC_SERVER_PORT:-25565} \
34
+ MC_SERVER_QUERY=${MC_SERVER_QUERY:-false} \
35
+ MC_SERVER_QUERY_PORT=${MC_SERVER_QUERY_PORT:-25565} \
36
+ MC_SERVER_RCON=${MC_SERVER_RCON:-false} \
37
+ MC_SERVER_RCON_PORT=${MC_SERVER_RCON_PORT:-25567} \
38
38
MC_SERVER_RCON_PASS=${MC_SERVER_RCON_PASS} \
39
39
MC_EULA=${MC_EULA:-false} \
40
40
JMX_ON=${JMX_ON:-false} \
You can’t perform that action at this time.
0 commit comments