We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffbaca5 commit 3171fb0Copy full SHA for 3171fb0
docker-compose.yml
@@ -3,9 +3,10 @@ version: "3.9"
3
services:
4
app:
5
container_name: hello-cont
6
+ platform: linux/amd64 # linux/amd64 / linux/arm64/v8
7
image: python:3.10.9-slim-bullseye
- # tty: false # false for `entrypoint` in Dockerfile
8
- # stdin_open: false # false for `entrypoint` in Dockerfile
+ # tty: fals # false for `entrypoint` in Dockerfile
9
+ # stdin_open: false # false for `entrypoint` in Dockerfile
10
build:
11
context: ./
12
dockerfile: ./Dockerfile
0 commit comments