FIX: forgot to change src to app in docker-compose
This commit is contained in:
@ -10,7 +10,7 @@ services:
|
|||||||
- "${WEB_PORT:-8030}:80"
|
- "${WEB_PORT:-8030}:80"
|
||||||
volumes:
|
volumes:
|
||||||
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
|
- "./nginx.conf:/etc/nginx/conf.d/default.conf"
|
||||||
- "./src:/app"
|
- "./app:/app"
|
||||||
- "./logs:/logs"
|
- "./logs:/logs"
|
||||||
|
|
||||||
php:
|
php:
|
||||||
@ -19,5 +19,5 @@ services:
|
|||||||
- app
|
- app
|
||||||
build: .
|
build: .
|
||||||
volumes:
|
volumes:
|
||||||
- "./src:/app"
|
- "./app:/app"
|
||||||
- "./logs:/logs"
|
- "./logs:/logs"
|
||||||
|
Reference in New Issue
Block a user