1
0
mirror of https://github.com/Haxxnet/Compose-Examples synced 2025-03-03 12:28:44 +00:00
2023-02-24 22:09:30 +01:00

4 lines
147 B
Plaintext

CREATE DATABASE telegraf WITH DURATION 31d
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
GRANT ALL ON telegraf to telegrafuser