Added restart: unless-stopped to vaultwarden

This commit is contained in:
Thord Johansson 2024-07-21 12:28:46 +02:00
parent c0c6bfc906
commit bedcf237f3

View File

@ -7,8 +7,11 @@ services:
ports:
- '5080:80'
image: 'vaultwarden/server:latest'
restart: unless-stopped
networks:
- proxy
environment:
ADMIN_TOKEN: ${ADMIN_TOKEN}
networks:
proxy:
external: true