Files
homepage/homepage.container
T
ducoterra c946e52c64
Build and Push Container / build-and-push (push) Failing after 3m52s
init
2026-05-27 21:35:15 -04:00

15 lines
261 B
INI

[Unit]
Description=Developer Homepage
After=network.target
[Container]
ContainerName=homepage
Image=localhost/homepage:latest
AddDevice=/dev/fuse
PublishPort=8080:8080
HealthCheckUrl=http://localhost:8080/
Environment=TZ=UTC
[Install]
WantedBy=default.target