Skip to content
Snippets Groups Projects
Commit eeedcca5 authored by tmueller's avatar tmueller
Browse files

added ability to bind an seperate volume for backups to enable easier backup management

parent 163b8118
No related branches found
No related tags found
1 merge request!1Master
......@@ -14,8 +14,10 @@ RUN apt-get update \
&& apt-get install -y wget \
&& apt-get install -y curl \
&& apt-get install -y jq \
&& apt-get install webp \
&& rm -rf /var/lib/apt/lists/* \
&& mkdir /papermc
&& mkdir /papermc \
&& mkdir /backup
# Start script
CMD ["sh", "./papermc.sh"]
......@@ -25,3 +27,4 @@ EXPOSE 25565/tcp
EXPOSE 25565/udp
EXPOSE 8123/tcp
VOLUME /papermc
VOLUME /backup
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment