Skip to content

Commit cd6f949

Browse files
committed
docs(Dockerfile): specify default PUID and PGID to avoid confusion
- Both of these already defaulted to 1000 in the Go code
1 parent 9984ad2 commit cd6f949

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -220,8 +220,8 @@ ENV VPN_SERVICE_PROVIDER=pia \
220220
# Extras
221221
VERSION_INFORMATION=on \
222222
TZ= \
223-
PUID= \
224-
PGID=
223+
PUID=1000 \
224+
PGID=1000
225225
ENTRYPOINT ["/gluetun-entrypoint"]
226226
EXPOSE 8000/tcp 8888/tcp 8388/tcp 8388/udp
227227
HEALTHCHECK --interval=5s --timeout=5s --start-period=10s --retries=3 CMD /gluetun-entrypoint healthcheck

0 commit comments

Comments
 (0)