mirror of
https://github.com/M0r13n/mikrotik_monitoring.git
synced 2025-12-06 18:19: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
|
# Note: You might need to build the image yourself if not on AMD64 or ARM-v7/V8
|
||||||
image: leonmorten/mktxp:latest
|
image: leonmorten/mktxp:latest
|
||||||
volumes:
|
volumes:
|
||||||
- './mktxp/:/root/mktxp/'
|
# Since Version v0.37 mktxp runs as single user
|
||||||
|
# Prior it was root
|
||||||
|
- './mktxp/:/mktxp/mktxp/'
|
||||||
networks:
|
networks:
|
||||||
- default
|
- default
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue