Версия 0.5.5 Исправлен путь монтирования в nginx для frontend.
This commit is contained in:
parent
b7a81dbce5
commit
bccf850ac5
@ -25,6 +25,7 @@ services:
|
||||
- ./nginx/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||
- ./nginx/conf.d:/etc/nginx/conf.d:ro
|
||||
- ./uploads:/var/www/uploads:ro
|
||||
- ./public:/var/www/html:ro
|
||||
networks:
|
||||
- lawn-scheduler-network
|
||||
depends_on:
|
||||
|
@ -1,7 +1,7 @@
|
||||
{
|
||||
"name": "lawn-mowing-scheduler",
|
||||
"private": true,
|
||||
"version": "0.5.4",
|
||||
"version": "0.5.5",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||
|
Loading…
x
Reference in New Issue
Block a user