is this needed?
This commit is contained in:
@@ -1,3 +1,11 @@
|
||||
terraform {
|
||||
required_providers {
|
||||
podman = {
|
||||
source = "project0/podman"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
resource "podman_container" "syslog_ng" {
|
||||
name = "syslog-ng"
|
||||
image = "lscr.io/linuxserver/syslog-ng:latest"
|
||||
@@ -6,7 +14,7 @@ resource "podman_container" "syslog_ng" {
|
||||
# Environment variables
|
||||
env = {
|
||||
PUID = "1000"
|
||||
PGID = "1000"
|
||||
PGID = "1000"
|
||||
TZ = "Etc/UTC"
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user