Skip to content

Commit

Permalink
adding platform requirements
Browse files Browse the repository at this point in the history
  • Loading branch information
slorello89 committed Feb 27, 2023
1 parent 5774425 commit 4adb9b6
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions demo/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,14 @@ version: "3.7"

services:
redis:
platform: linux/x86_64
container_name: odbc_redis
build:
context: ./redis-stack
ports:
- "6379:6379"
odbc:
platform: linux/x86_64
container_name: odbc
links:
- redis
Expand Down

0 comments on commit 4adb9b6

Please sign in to comment.