mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-11-24 12:31:13 +00: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
|