fix: remove deprecated compose version tag

This commit is contained in:
LRVT
2024-11-04 13:08:51 +01:00
parent ea9ff8a925
commit dba1b9f1cc
148 changed files with 658 additions and 603 deletions

View File

@@ -1,10 +1,9 @@
version: '3.9'
services:
headscale:
image: headscale/headscale:0.22
container_name: headscale
pull_policy: always
container_name: headscale
restart: unless-stopped
command: headscale serve
expose:
@@ -26,8 +25,8 @@ services:
headscale-ui:
image: ghcr.io/gurucomputing/headscale-ui:latest
container_name: headscale-ui
pull_policy: always
container_name: headscale-ui
networks:
- proxy
restart: unless-stopped