Explorar o código

Explicitly using ARM32 build for running on musicbox Raspberry Pi

Lukas Angerer hai 8 meses
pai
achega
2ff5947aa3
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  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