mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2026-02-28 11:50:31 +05:30
fix: gitea and synapse_db .container file changes
This commit is contained in:
@@ -23,7 +23,6 @@ AddCapability=CAP_NET_BIND_SERVICE
|
||||
|
||||
Volume=%h/podman/gitea:/data
|
||||
Volume=%h/podman/gitea/.socket:/tmp/gitea/
|
||||
Volume=/etc/timezone:/etc/timezone:ro
|
||||
Volume=/etc/localtime:/etc/localtime:ro
|
||||
|
||||
[Service]
|
||||
|
||||
@@ -14,7 +14,7 @@ Environment=POSTGRES_PASSWORD=${POSTGRES_PASSWORD}
|
||||
Environment=POSTGRES_USER=${POSTGRES_USER}
|
||||
Environment=POSTGRES_INITDB_ARGS='--encoding=UTF-8 --lc-collate=C --lc-ctype=C'
|
||||
|
||||
Volume=%h/podman/matrix/database:/var/lib/postgresql/data
|
||||
Volume=%h/podman/matrix/database:/var/lib/postgresql
|
||||
|
||||
[Service]
|
||||
# pass this to autofill above variables
|
||||
|
||||
Reference in New Issue
Block a user