From 798909b9b98bc3d25724d76aadfa16f02c372f63 Mon Sep 17 00:00:00 2001 From: Nick Goodall Date: Wed, 14 Jan 2026 12:17:36 +0000 Subject: [PATCH] remove quotes --- main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.go b/main.go index 7b1e7fa..a3352f2 100644 --- a/main.go +++ b/main.go @@ -1787,7 +1787,7 @@ StandardOutput = append:%s/%%i.log StandardError = append:%s/%%i.log WorkingDirectory = %s EnvironmentFile = %s -ExecStart = %s/pocketbase serve --http="127.0.0.1:${PORT}" --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public +ExecStart = %s/pocketbase serve --http=127.0.0.1:${PORT} --dir=${DATA_DIR} --hooksDir=%s/pb_hooks --migrationsDir=%s/pb_migrations --publicDir=%s/pb_public [Install] WantedBy = multi-user.target