Browse Source

Explicitly using ARM32 build for running on musicbox Raspberry Pi

Lukas Angerer 8 months ago
parent
commit
2ff5947aa3
1 changed files with 2 additions and 2 deletions
  1. 2 2
      docker-compose.yml

+ 2 - 2
docker-compose.yml

@@ -1,11 +1,11 @@
 version: "2.0"
 services:
   web:
-    image: executry/cronalarm:latest
+    image: executry/cronalarm:arm32
     build:
       context: .
       dockerfile: ./Dockerfile
     ports:
-      - "7080:80"
+      - "7080:8080"
     volumes:
       - ./data:/app/wwwroot/data