diff options
Diffstat (limited to 'compose.yml')
-rw-r--r-- | compose.yml | 4 |
1 files changed, 2 insertions, 2 deletions
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 |