fix invalid docker pkg name

This commit is contained in:
Leon Morten Richter 2022-12-03 14:55:36 +01:00
parent b759c53070
commit 0cddc19928
No known key found for this signature in database
GPG key ID: DC00D426A10A6E2B

View file

@ -48,7 +48,7 @@ services:
mktxp: mktxp:
# https://github.com/M0r13n/mikrotik_monitoring # https://github.com/M0r13n/mikrotik_monitoring
# 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: mktxp:latest image: leonmorten/mktxp:latest
volumes: volumes:
# Since Version v0.37 mktxp runs as single user # Since Version v0.37 mktxp runs as single user
# Prior it was root # Prior it was root