Add support for changing UID/GID (#216)

* Add support for changing UID/GID

* Revert volume definition in docker-compose file
This commit is contained in:
Dan Anstis
2019-04-18 21:00:14 +10:00
committed by Florian Kinder
parent 2ffac3c4a8
commit 288f080ebc
3 changed files with 10 additions and 4 deletions

View File

@ -7,5 +7,6 @@ services:
- "27015:27015/tcp"
volumes:
- /opt/factorio:/factorio
# user: 845:845
# user: 1000:1000
# environment:
# - PUID=1000
# - PGID=1000