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
|
### Development
|
||||||
|
|
||||||
#### Local Development Setup
|
#### Local Development Setup
|
||||||
|
I snoone diffone
|
||||||
For local development with Laravel Sail:
|
For local development with Laravel Sail:
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue