out comment build section in compose file

This commit is contained in:
Richard Koeppe 2024-06-22 15:41:47 +00:00
parent 97fd1b36b7
commit 19ca66a3b6
1 changed files with 3 additions and 3 deletions

View File

@ -7,9 +7,9 @@ services:
stdin_open: true stdin_open: true
tty: true tty: true
privileged: true privileged: true
build: # build:
context: ../ # context: ../
dockerfile: docker/Dockerfile # dockerfile: docker/Dockerfile
volumes: volumes:
- type: bind - type: bind
source: ../ source: ../