Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
maddog1110 authored Dec 7, 2024
1 parent 0f55cc6 commit 8f620c0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/chromium-browser/docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
version: '3.7'
services:
chrome:
image: lscr.io/linuxserver/chromium:latest
image: lscr.io/linuxserver/chromium:1.32.0@sha256:<digest> # Specify version and digest for the image
container_name: umbrel-chrome
environment:
- PUID=1000
Expand All @@ -11,6 +11,5 @@ services:
- CUSTOM_PORT=30099
- CUSTOM_USER=admin
- CUSTOM_PASS=umbrel123
ports:
- "30099:30099"
restart: unless-stopped
# Removed unnecessary port mapping, as app_proxy handles web interface access
restart: on-failure # Updated restart policy as per linting requirements

0 comments on commit 8f620c0

Please sign in to comment.