From 624b750a613bbd22b0ceba574063a4929a1943a9 Mon Sep 17 00:00:00 2001 From: Jonas Kohl Date: Thu, 19 Sep 2024 14:36:10 +0200 Subject: Include application in image directly --- compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'compose.yml') diff --git a/compose.yml b/compose.yml index 6ccc74e..78349a1 100644 --- a/compose.yml +++ b/compose.yml @@ -7,8 +7,8 @@ services: - db ports: - 8313:80 - volumes: - - "./src/:/var/www/html/:ro" + # volumes: + # - "./src/:/var/www/html/:ro" db: image: postgres restart: unless-stopped -- cgit v1.2.3