fix home path to /home/mktxp inside the mktxp container

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

View file

@ -52,7 +52,7 @@ services:
volumes:
# Since Version v0.37 mktxp runs as single user
# Prior it was root
- './mktxp/:/mktxp/mktxp/'
- './mktxp/:/home/mktxp/mktxp/'
networks:
- default
restart: unless-stopped