Skip to content

Commit

Permalink
docs: Updated images tags
Browse files Browse the repository at this point in the history
  • Loading branch information
ABeltramo committed Jun 18, 2023
1 parent ca4d4c4 commit b5cfc12
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/modules/user/pages/quickstart.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ docker run \
-v /dev/shm:/dev/shm:rw \
-v /dev/input:/dev/input:rw \
-v /run/udev:/run/udev:rw \
ghcr.io/games-on-whales/wolf:dev-wayland
ghcr.io/games-on-whales/wolf:stable
....
Docker compose:
Expand All @@ -38,7 +38,7 @@ Docker compose:
version: "3.8"
services:
wolf:
image: ghcr.io/games-on-whales/wolf:dev-wayland
image: ghcr.io/games-on-whales/wolf:stable
environment:
- XDG_RUNTIME_DIR=/tmp/sockets
- HOST_APPS_STATE_FOLDER=/etc/wolf
Expand Down Expand Up @@ -147,7 +147,7 @@ docker run \
-v /dev/shm:/dev/shm:rw \
-v /dev/input:/dev/input:rw \
-v /run/udev:/run/udev:rw \
ghcr.io/games-on-whales/wolf:dev-wayland
ghcr.io/games-on-whales/wolf:stable
....
Docker compose:
Expand All @@ -157,7 +157,7 @@ Docker compose:
version: "3.8"
services:
wolf:
image: ghcr.io/games-on-whales/wolf:dev-wayland
image: ghcr.io/games-on-whales/wolf:stable
environment:
- XDG_RUNTIME_DIR=/tmp/sockets
- NVIDIA_DRIVER_VOLUME_NAME=nvidia-driver-vol
Expand Down

0 comments on commit b5cfc12

Please sign in to comment.