mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2024-12-01 07:51: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
|