Skip to content

Commit

Permalink
update image version used in README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwetzell committed May 27, 2024
1 parent d7178fe commit 87fd435
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ This container runs the guacamole web client, the guacd server and a postgres da
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
jwetzell/guacamole
jwetzell/guacamole:1.5.5
```

## Raspberry Pi / ARMv7
Expand All @@ -29,7 +29,7 @@ Now that the image has been converted to a multi-platform image the command for
docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
jwetzell/guacamole
jwetzell/guacamole:1.5.5
```

## Parameters
Expand All @@ -51,7 +51,7 @@ docker run \
-p 8080:8080 \
-v </path/to/config>:/config \
-e "EXTENSIONS=auth-ldap,auth-duo"
jwetzell/guacamole
jwetzell/guacamole:1.5.5
```

Currently the available extensions are:
Expand Down Expand Up @@ -85,7 +85,7 @@ Mapped volumes behave differently when running Docker for Windows and you may en
version: "2"
services:
guacamole:
image: jwetzell/guacamole
image: jwetzell/guacamole:1.5.5
container_name: guacamole
volumes:
- postgres:/config
Expand Down

0 comments on commit 87fd435

Please sign in to comment.