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 ### Development
#### Local Development Setup #### Local Development Setup
I snoone diffone
For local development with Laravel Sail: For local development with Laravel Sail:
```bash ```bash

View file

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