Change docker image for filebrowser

This commit is contained in:
2026-03-28 13:47:10 +00:00
parent 08eaaf1dbd
commit 2b309cf288
@@ -8,7 +8,7 @@ terraform {
locals {
container_name = "fs-quantum"
fs_image = "ghcr.io/gtstef/filebrowser"
fs_image = "docker.io/gtstef/filebrowser"
fs_tag = var.image_tag
env_file = "${path.module}/.env"
internal_port = 80