mirror of
https://git.myvelabs.com/novnc/alpine.git
synced 2025-12-17 21:36:21 +00:00
Minor chromium docker-compose.yaml tweaks
This commit is contained in:
parent
aa84e03147
commit
99c595e164
2 changed files with 3 additions and 4 deletions
|
|
@ -2,7 +2,7 @@
|
|||
# Create chromium profile directory
|
||||
mkdir -p /app/chromium
|
||||
|
||||
# openbox autostart
|
||||
# Openbox autostart
|
||||
cat >~/.config/openbox/autostart <<- startup
|
||||
while true
|
||||
do
|
||||
|
|
|
|||
|
|
@ -3,10 +3,9 @@ services:
|
|||
image: myvnc/alpine/chromium
|
||||
container_name: chromium
|
||||
restart: unless-stopped
|
||||
build: .
|
||||
# shm_size: 2gb
|
||||
# security_opt:
|
||||
# - seccomp:unconfined
|
||||
security_opt:
|
||||
- seccomp:unconfined
|
||||
ports:
|
||||
- ${MYVNC_CHROMIUM_PORT}:6900
|
||||
environment:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue