mirror of https://github.com/docker/docs.git
Merge pull request #21327 from yuto-kimura-g/fix/container-image-name
Fix: replace hard-coded value: container image name
This commit is contained in:
commit
277acab087
|
@ -115,7 +115,7 @@ spec:
|
|||
spec:
|
||||
containers:
|
||||
- name: fastapi-service
|
||||
image: technox64/python-docker-dev-example-test:latest
|
||||
image: DOCKER_USERNAME/REPO_NAME
|
||||
imagePullPolicy: Always
|
||||
env:
|
||||
- name: POSTGRES_PASSWORD
|
||||
|
|
Loading…
Reference in New Issue