Skip to content

Commit

Permalink
readme fix
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxWaldorf committed Apr 4, 2023
1 parent 995bb10 commit 6364475
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ For example:
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
-v /etc/localtime:/etc/localtime \
-v /etc/localtime:/etc/localtime:ro \
-e TZ="UTC" \
-e EXTENSIONS="auth-ldap,auth-duo" \
flcontainers/guacamole
Expand Down Expand Up @@ -82,7 +82,7 @@ services:
EXTENSIONS: 'auth-totp,auth-ldap'
volumes:
- postgres:/config
- /etc/localtime:/etc/localtime
- /etc/localtime:/etc/localtime:ro
ports:
- 8080:8080
volumes:
Expand Down

0 comments on commit 6364475

Please sign in to comment.