From 75bfdaa702dd6a8a11bdff5c104183de5a90e0dc Mon Sep 17 00:00:00 2001 From: David Heinemeier Hansson Date: Sun, 22 Jan 2023 22:00:16 +0100 Subject: [PATCH] Fix references --- README.md | 4 ++-- test/fixtures/deploy_with_accessories.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index d9de0567..efa1ad5f 100644 --- a/README.md +++ b/README.md @@ -262,9 +262,9 @@ accessories: volumes: - /var/lib/mysql:/var/lib/mysql redis: - image: redis:8.0 + image: redis:latest host: 1.1.1.4 - port: 6379 + port: "36379:6379" volumes: - /var/lib/redis:/data ``` diff --git a/test/fixtures/deploy_with_accessories.yml b/test/fixtures/deploy_with_accessories.yml index ac49a476..e351d6e9 100644 --- a/test/fixtures/deploy_with_accessories.yml +++ b/test/fixtures/deploy_with_accessories.yml @@ -20,7 +20,7 @@ accessories: volumes: - /var/lib/mysql:/var/lib/mysql redis: - image: redis:8.0 + image: redis:latest host: 1.1.1.4 port: 6379 volumes: