We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4332f8c commit 489c31cCopy full SHA for 489c31c
1 file changed
internal-packages/clickhouse/Dockerfile
@@ -9,4 +9,7 @@ COPY ./schema ./schema
9
ENV GOOSE_DRIVER=clickhouse
10
ENV GOOSE_DBSTRING="tcp://default:password@clickhouse:9000"
11
ENV GOOSE_MIGRATION_DIR=./schema
12
+
13
+# Run migrations as non-root (dev-only migration helper; goose needs no root).
14
+USER nobody
15
CMD ["goose", "up"]
0 commit comments