diff --git a/README.md b/README.md index 56c48d7..74eb57a 100644 --- a/README.md +++ b/README.md @@ -37,7 +37,7 @@ For example: docker run \ -p 8080:8080 \ -v :/config \ - -v /etc/localtime:/etc/localtime \ + -v /etc/localtime:/etc/localtime:ro \ -e TZ="UTC" \ -e EXTENSIONS="auth-ldap,auth-duo" \ flcontainers/guacamole @@ -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: