fix: remove version declaration and adjust app service configuration in docker-compose

This commit is contained in:
Marek Lesko
2025-10-19 18:01:04 +00:00
parent ccfcc57f6b
commit d3d9a9037e

View File

@@ -1,5 +1,3 @@
version: '3'
services: services:
app: app:
build: build:
@@ -8,7 +6,8 @@ services:
volumes: volumes:
- ../..:/workspaces:cached - ../..:/workspaces:cached
- /var/run/docker.sock:/var/run/docker.sock
privileged: true
# Overrides default command so things don't shut down after the process ends. # Overrides default command so things don't shut down after the process ends.
command: sleep infinity command: sleep infinity
ports: ports: