Fix references
This commit is contained in:
@@ -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
|
||||
```
|
||||
|
||||
2
test/fixtures/deploy_with_accessories.yml
vendored
2
test/fixtures/deploy_with_accessories.yml
vendored
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user