Use generic variable for vw container name
This commit is contained in:
@@ -18,7 +18,7 @@ if podman container exists "$CONTAINER_NAME"; then
|
||||
fi
|
||||
|
||||
podman create \
|
||||
--name vaultwarden \
|
||||
--name $CONTAINER_NAME \
|
||||
--restart=unless-stopped \
|
||||
-e DOMAIN=https://$DOMAIN \
|
||||
-e SHOW_PASSWORD_HINT=true \
|
||||
|
||||
Reference in New Issue
Block a user