Configurable UID and GID

This commit is contained in:
MrLetsplay 2023-04-04 21:21:06 +02:00
parent 072b1d0d06
commit 6bde53aa04
2 changed files with 3 additions and 1 deletions

View File

@ -1,3 +1,5 @@
EULA=true EULA=true
UID=1000
GID=1000
VELOCITY_ENABLE=true VELOCITY_ENABLE=true
VELOCITY_SECRET=REPLACE_THIS_WITH_A_RANDOM_SECRET VELOCITY_SECRET=REPLACE_THIS_WITH_A_RANDOM_SECRET

View File

@ -10,7 +10,7 @@ services:
environment: environment:
- "VELOCITY_SECRET=${VELOCITY_SECRET}" - "VELOCITY_SECRET=${VELOCITY_SECRET}"
server1: server1:
image: mrletsplay/paper:1.18.2 image: mrletsplay/paper:1.19.4
stdin_open: true stdin_open: true
tty: true tty: true
volumes: volumes: