Skip to content

Commit edf9a77

Browse files
authored
build: assign a name to the localdev container (#97)
1 parent 7a291e2 commit edf9a77

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

localdev.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ echo '▶️ Starting the localdev PaperMC server...'
2424
# - `nproc` (processes): 4096 — a safe and generous limit for JVM workloads.
2525
# - `core`: 0 — disables core dumps to preserve disk space and avoid leaking sensitive information.
2626
docker run --rm -it \
27+
--name localdev-papermc-server \
2728
--cap-drop all \
2829
--security-opt no-new-privileges \
2930
--ulimit nofile=16384 \

0 commit comments

Comments
 (0)