mirror of
https://github.com/iFargle/headscale-webui.git
synced 2026-01-06 04:33:58 +01:00
Update compose with new ghcr image
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
version: "3"
|
||||
services:
|
||||
headscale-webui:
|
||||
build:
|
||||
context: /path/to/git/repo/root/headscale-webui/
|
||||
# Alternatively, you can use a prebuilt image:
|
||||
# image: git.sysctl.io/albert/headscale-webui:latest
|
||||
image: ghcr.io/ifargle/headscale-webui:latest
|
||||
container_name: headscale-webui
|
||||
environment:
|
||||
- TZ=UTC # Timezone
|
||||
|
||||
Reference in New Issue
Block a user