mirror of
https://github.com/Haxxnet/Compose-Examples.git
synced 2025-11-08 20:04:06 +01:00
4 lines
147 B
Plaintext
4 lines
147 B
Plaintext
CREATE DATABASE telegraf WITH DURATION 31d
|
|
CREATE USER telegrafuser WITH PASSWORD 'MyStrongTelegrafPassword'
|
|
GRANT ALL ON telegraf to telegrafuser
|