You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Got the following error while trying to install via docker-compose.
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries
Share your logs
WARNING: The ZbF variable is not set. Defaulting to a blank string.
Pulling back (tombursch/kitchenowl:latest)...
latest: Pulling from tombursch/kitchenowl
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries
Share your configuration
version: "3"services:
front:
image: tombursch/kitchenowl-web:latestenvironment:
- FRONT_URL=http://localhost# - BACK_URL=back:5000 # Optional should not be changed unless you know what youre doingports:
- "80:80"depends_on:
- backnetworks:
- defaultback:
image: tombursch/kitchenowl:latestrestart: unless-stopped# ports: # Optional and only needed when only hosting the http backend# - "80:80"networks:
- defaultenvironment:
- JWT_SECRET_KEY=xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx
- FRONT_URL=http://localhostvolumes:
- kitchenowl_data:/datavolumes:
kitchenowl_data:
networks:
default:
The text was updated successfully, but these errors were encountered:
Is this urgent?
No response
What parts are affected
Backend
What are the Server/Client versions of KitchenOwl
Latest
What's the problem 🤔
Got the following error while trying to install via docker-compose.
ERROR: no matching manifest for linux/arm/v7 in the manifest list entries
Share your logs
Share your configuration
The text was updated successfully, but these errors were encountered: