Версия 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/nginx.conf:/etc/nginx/nginx.conf:ro
|
||||||
- ./nginx/conf.d:/etc/nginx/conf.d:ro
|
- ./nginx/conf.d:/etc/nginx/conf.d:ro
|
||||||
- ./uploads:/var/www/uploads:ro
|
- ./uploads:/var/www/uploads:ro
|
||||||
|
- ./public:/var/www/html:ro
|
||||||
networks:
|
networks:
|
||||||
- lawn-scheduler-network
|
- lawn-scheduler-network
|
||||||
depends_on:
|
depends_on:
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
{
|
{
|
||||||
"name": "lawn-mowing-scheduler",
|
"name": "lawn-mowing-scheduler",
|
||||||
"private": true,
|
"private": true,
|
||||||
"version": "0.5.4",
|
"version": "0.5.5",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
"dev": "concurrently \"npm run server\" \"npm run client\"",
|
||||||
|
Loading…
x
Reference in New Issue
Block a user