Skip to content

Commit ebf1be7

Browse files
thebengeudarora
authored andcommitted
fix: remove unnecessary comment
Previous `chore` commit didn't trigger release.
1 parent 4c5b1b9 commit ebf1be7

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

docker/all-in-one/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -253,7 +253,6 @@ RUN useradd --create-home --shell /bin/bash postgrest && \
253253
useradd --create-home --shell /bin/bash gotrue && \
254254
useradd --create-home --shell /bin/bash envoy && \
255255
useradd --create-home --shell /bin/bash pgbouncer -G postgres,ssl-cert && \
256-
# root,admin,kong,pgbouncer,postgres,postgrest,systemd-journal,wal-g
257256
useradd --create-home --shell /bin/bash adminapi -G root,envoy,kong,pgbouncer,postgres,postgrest,wal-g && \
258257
usermod --append --shell /bin/bash -G postgres vector
259258
RUN mkdir -p /etc/wal-g && \

0 commit comments

Comments
 (0)