Skip to content
Snippets Groups Projects

Played around

Merged Jakob Moser requested to merge played-around into master
Compare and Show latest version
2 files
+ 11
0
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 3
0
@@ -44,6 +44,9 @@ USER $papermc_user
# Start script
CMD ["sh", "/papermc.sh"]
#Alle 10s testen ob exit code = 0
HEALTHCHECK CMD --interval=10s --timeout=10s --start-period=30s \
CMD ["sh", "/health.sh"]
# Container setup
EXPOSE 25565/tcp
Loading