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