Fix compose file
This commit is contained in:
parent
502d84cc37
commit
d0f54fcf9c
2 changed files with 5 additions and 5 deletions
|
|
@ -68,7 +68,7 @@ # Or using Podman Compose
|
|||
### Development
|
||||
|
||||
#### Local Development Setup
|
||||
|
||||
I snoone diffone
|
||||
For local development with Laravel Sail:
|
||||
|
||||
```bash
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue