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
Installing via docker compose up with suggested docker-compose.yml file gives error [+] Running 0/1 ⠴ back Pulling no matching manifest for linux/arm/v7 in the manifest list entries
Checked under docker site and found no compilation for arm7 structure, though kitchenowl-web has one.
Share your logs
No response
Share your configuration
docker-compose.yml:
version: "3"services:
front:
image: tombursch/kitchenowl-web:latest# environment:# - BACK_URL=back:5000 # Optional should not be changed unless you know what youre doingports:
- "8042:80"depends_on:
- backnetworks:
- defaultback:
image: tombursch/kitchenowl:latestrestart: unless-stopped# ports: # Optional# - "80:80" # http protocol# - "5000:5000" # uwsgi protocolnetworks:
- defaultenvironment:
- JWT_SECRET_KEY=CHANGEME# - FRONT_URL=http://localhost # Optional should not be changed unless you know what youre doingvolumes:
- kitchenowl_data:/datavolumes:
kitchenowl_data:
networks:
default:
The text was updated successfully, but these errors were encountered:
Is this urgent?
No
What parts are affected
Backend
What are the Server/Client versions of KitchenOwl
v0.3.13
What's the problem 🤔
Installing via
docker compose up
with suggested docker-compose.yml file gives error[+] Running 0/1
⠴ back Pulling
no matching manifest for linux/arm/v7 in the manifest list entries
Checked under docker site and found no compilation for arm7 structure, though kitchenowl-web has one.
Share your logs
No response
Share your configuration
The text was updated successfully, but these errors were encountered: