Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): pin ghcr.io/fhem/fhem-docker docker tag to 92c289c #277

Open
wants to merge 1 commit into
base: dev
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ services:

# Minimum example w/o any custom environment variables
fhem:
image: ghcr.io/fhem/fhem-docker:4-bullseye
image: ghcr.io/fhem/fhem-docker:4-bullseye@sha256:92c289c95407e031f7d1916c532dbaff06182fdc54fba59af017fcb592f6be2a
restart: always
networks:
- net
Expand All @@ -34,7 +34,7 @@ services:

# Example w/ custom environment variables
fhem_c1:
image: ghcr.io/fhem/fhem-docker:4-bullseye
image: ghcr.io/fhem/fhem-docker:4-bullseye@sha256:92c289c95407e031f7d1916c532dbaff06182fdc54fba59af017fcb592f6be2a
restart: always
networks:
- net
Expand All @@ -54,7 +54,7 @@ services:
# Example to connect USB to the container w/o
# privileged mode (preferred method)
fhem_c2:
image: ghcr.io/fhem/fhem-docker:4-bullseye
image: ghcr.io/fhem/fhem-docker:4-bullseye@sha256:92c289c95407e031f7d1916c532dbaff06182fdc54fba59af017fcb592f6be2a
restart: always
networks:
- net
Expand All @@ -75,7 +75,7 @@ services:
# Example to connect USB to the container w/
# privileged mode (not recommended for security reasons)
fhem_c3:
image: ghcr.io/fhem/fhem-docker:4-bullseye
image: ghcr.io/fhem/fhem-docker:4-bullseye@sha256:92c289c95407e031f7d1916c532dbaff06182fdc54fba59af017fcb592f6be2a
restart: always
privileged: true
networks:
Expand All @@ -96,7 +96,7 @@ services:
# Example for privileged container w/
# host network (not recommended for security reasons)
fhem_c4:
image: ghcr.io/fhem/fhem-docker:4-bullseye
image: ghcr.io/fhem/fhem-docker:4-bullseye@sha256:92c289c95407e031f7d1916c532dbaff06182fdc54fba59af017fcb592f6be2a
restart: always
privileged: true
network_mode: "host"
Expand Down
Loading