mirror of
https://github.com/Haxxnet/Compose-Examples
synced 2025-01-05 08:57:05 +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
|