Browse Source

Added UID/GID into docker-compose environment.

Steve Thielemann 7 years ago
parent
commit
19d2fb8e3d
1 changed files with 2 additions and 0 deletions
  1. 2 0
      docker-compose.yml

+ 2 - 0
docker-compose.yml

@@ -12,4 +12,6 @@ services:
       SERVER: paperclip.jar
       # You need to edit the server.properties file
       STARTUP: '-DIReallyKnowWhatIAmDoingISwear'
+      UID: 1000
+      GID: 1000