Update build context in compose files

This commit is contained in:
Myve 2024-07-24 00:49:20 +00:00
commit 4b440fffa6
3 changed files with 3 additions and 6 deletions

View file

@ -3,8 +3,7 @@ services:
image: myvnc/firefox
container_name: firefox
restart: unless-stopped
build:
context: .
build: .
# shm_size: 2gb
# security_opt:
# - seccomp:unconfined

View file

@ -3,8 +3,7 @@ services:
image: myvnc/novnc
container_name: novnc
restart: unless-stopped
build:
context: .
build: .
ports:
- ${MYVNC_NOVNC_PORT}:6900
environment:

View file

@ -3,8 +3,7 @@ services:
image: myvnc/webtop:plasma
container_name: kdeplasma
restart: unless-stopped
build:
context: .
build: .
environment:
MYVNC_VNCPASS: ${MYVNC_KDEPLASMA_VNCPASS}
networks: