bind-mount local mktxp configuration into the home dir of the "mktxp" user

This commit is contained in:
Leon Morten Richter 2022-11-06 14:32:52 +01:00
parent acebfb74b8
commit 7d471f9fb1
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B

View file

@ -50,7 +50,9 @@ services:
# Note: You might need to build the image yourself if not on AMD64 or ARM-v7/V8
image: leonmorten/mktxp:latest
volumes:
- './mktxp/:/root/mktxp/'
# Since Version v0.37 mktxp runs as single user
# Prior it was root
- './mktxp/:/mktxp/mktxp/'
networks:
- default
restart: unless-stopped