mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 01:59:30 +00:00
bind-mount local mktxp configuration into the home dir of the "mktxp" user
This commit is contained in:
parent
acebfb74b8
commit
7d471f9fb1
1 changed files with 3 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue