mirror of
https://github.com/CoolnsX/selfhost_podman.git
synced 2025-12-20 11:55:16 +05:30
Feat: matrix, gitea, ntfy, headscale, collabora
This commit is contained in:
21
matrix/element.container
Normal file
21
matrix/element.container
Normal file
@@ -0,0 +1,21 @@
|
||||
[Unit]
|
||||
Description=Element Container
|
||||
|
||||
[Container]
|
||||
ContainerName=element
|
||||
Image=docker.io/vectorim/element-web:latest
|
||||
|
||||
# Enable auto-update container
|
||||
AutoUpdate=registry
|
||||
PublishPort=8089:80
|
||||
Sysctl=net.ipv4.ip_unprivileged_port_start=80
|
||||
|
||||
Volume=./element-config.json:/app/config.json
|
||||
|
||||
[Service]
|
||||
Restart=always
|
||||
TimeoutStartSec=300
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
|
||||
Reference in New Issue
Block a user