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
{{ message }}
This repository has been archived by the owner on Sep 18, 2024. It is now read-only.
ubuntu@hosting:~/docker/packwiz$ sudo docker-compose up --force-recreate
Recreating packwiz ... done
Attaching to packwiz
packwiz | exec /app/packwiz: exec format error
docker-compose.yml:
version: '3'
services:
packwiz:
container_name: packwiz
networks:
- proxy
labels:
traefik.enable: true
traefik.http.routers.packwiz.entrypoints: https
image: getchoo/packwiz-serve:latest
volumes:
- ./packwiz:/data
ports:
- 2748:8080
restart: unless-stopped
networks:
proxy:
external: true
The text was updated successfully, but these errors were encountered: