Configurable UID and GID
This commit is contained in:
parent
072b1d0d06
commit
6bde53aa04
@ -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
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user