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