mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-12-04 05:45:59 +01:00
Fix docker image name
This commit is contained in:
parent
51ff1afdb8
commit
5f291178c7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ services:
|
||||||
extends:
|
extends:
|
||||||
file: docker-compose.yaml
|
file: docker-compose.yaml
|
||||||
service: django
|
service: django
|
||||||
image: crocmagnon/cheese-factory:latest
|
image: crocmagnon/checkout:latest
|
||||||
platform: linux/amd64
|
platform: linux/amd64
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue