From 270066a0ebed842c798f33d262d47d0a233aca88 Mon Sep 17 00:00:00 2001 From: Carlgo11 Date: Tue, 21 May 2024 01:34:52 +0200 Subject: [PATCH] Clean up Docker instructions --- .github/workflows/dev-docker.yml | 2 +- .github/workflows/prod-docker.yml | 2 +- README.md | 8 ++------ 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-docker.yml b/.github/workflows/dev-docker.yml index ffc28e5..6846a32 100644 --- a/.github/workflows/dev-docker.yml +++ b/.github/workflows/dev-docker.yml @@ -27,7 +27,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: | carlgo11/guest-portal:dev diff --git a/.github/workflows/prod-docker.yml b/.github/workflows/prod-docker.yml index 8044cb6..99618b2 100644 --- a/.github/workflows/prod-docker.yml +++ b/.github/workflows/prod-docker.yml @@ -44,7 +44,7 @@ jobs: uses: docker/build-push-action@v2 with: context: . - platforms: linux/amd64,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x + platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64,linux/ppc64le,linux/s390x push: true tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} diff --git a/README.md b/README.md index af28d44..778b040 100644 --- a/README.md +++ b/README.md @@ -40,9 +40,7 @@ To run the captive portal, you will need: version: '3.8' services: redis: - image: redis/redis-stack-server:latest - ports: - - "6379:6379" + image: redis:alpine volumes: - redis:/data node: @@ -89,9 +87,7 @@ If you wish to use this, follow these steps: version: '3.8' services: redis: - image: redis/redis-stack-server:latest - ports: - - "6379:6379" + image: redis:alpine volumes: - redis:/data node: