Skip to content

Commit fed2c28

Browse files
committed
Fixed wrong param name
1 parent cb790c3 commit fed2c28

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ docker run \
2424
--name=ovpn \
2525
--cap-add NET_ADMIN \
2626
-e PUID=1000 \
27-
-e GUID=1000 \
27+
-e PGID=1000 \
2828
-p 1194:1194/udp \
2929
-v </path/o/config>:/config \
3030
--restart=unless-stopped \
@@ -49,7 +49,7 @@ services:
4949
- ./data:/config
5050
environment:
5151
- PUID=1000
52-
- PGUID=1000
52+
- PGID=1000
5353
restart: on-failure
5454
# If you want to build from source add build:
5555
build:

0 commit comments

Comments
 (0)