Fix compose file

This commit is contained in:
myrmidex 2025-07-29 21:02:54 +02:00
parent 502d84cc37
commit d0f54fcf9c
2 changed files with 5 additions and 5 deletions

View file

@ -68,7 +68,7 @@ # Or using Podman Compose
### Development
#### Local Development Setup
I snoone diffone
For local development with Laravel Sail:
```bash

View file

@ -2,10 +2,10 @@ version: '3.8'
services:
app:
# image: codeberg.org/lvl0/incr:latest
build:
context: ..
dockerfile: docker/Dockerfile
image: codeberg.org/lvl0/incr:latest
# build:
# context: ..
# dockerfile: docker/Dockerfile
container_name: incr-app
restart: unless-stopped
working_dir: /var/www/html