feat: restart docker container

This commit is contained in:
Aarnav Tale
2024-03-29 01:53:32 -04:00
parent 8148e242dc
commit abb957c573
10 changed files with 115 additions and 61 deletions
+1
View File
@@ -7,6 +7,7 @@ services:
headscale:
image: 'headscale/headscale:0.23.0-alpha5'
container_name: 'headscale'
restart: 'unless-stopped'
command: 'serve'
networks:
- 'headplane-dev'