Update compose accordingly
This commit is contained in:
parent
c7de441eff
commit
934fe48327
|
@ -30,8 +30,6 @@ services:
|
||||||
args:
|
args:
|
||||||
- APP_DIRECTORY=${APP_DIRECTORY:-/opt/strapi}
|
- APP_DIRECTORY=${APP_DIRECTORY:-/opt/strapi}
|
||||||
- NODE_ENV=${NODE_ENV:-18}
|
- NODE_ENV=${NODE_ENV:-18}
|
||||||
- STRAPI_ADMIN_BACKEND_URL=${STRAPI_ADMIN_BACKEND_URL:-https://strapi.enderman.ch}
|
|
||||||
- ADMIN_PATH=${ADMIN_PATH:-dashboard}
|
|
||||||
image: endermanch/strapi
|
image: endermanch/strapi
|
||||||
container_name: "cms-strapi"
|
container_name: "cms-strapi"
|
||||||
hostname: "strapi"
|
hostname: "strapi"
|
||||||
|
|
Loading…
Reference in New Issue