Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
use alpine instead
  • Loading branch information
l4rm4nd authored Nov 12, 2023
1 parent 2caef5b commit 5c3ad8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/vaultwarden/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ version: "3"

services:
vaultwarden:
image: vaultwarden/server:latest
image: vaultwarden/server:latest-alpine
container_name: vaultwarden
hostname: vaultwarden
restart: unless-stopped
Expand Down

0 comments on commit 5c3ad8e

Please sign in to comment.