mirror of
https://github.com/Crocmagnon/checkout.git
synced 2024-11-21 07:38:03 +01:00
Fix image name in docker compose
This commit is contained in:
parent
7157e990d6
commit
19121d0d89
1 changed files with 2 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
version: '2.4'
|
||||
services:
|
||||
django:
|
||||
image: crocmagnon/cheese-factory:dev
|
||||
image: crocmagnon/checkout:dev
|
||||
build:
|
||||
context: .
|
||||
args:
|
||||
|
@ -21,3 +21,4 @@ services:
|
|||
volumes:
|
||||
staticfiles: {}
|
||||
media: {}
|
||||
grafana: {}
|
||||
|
|
Loading…
Reference in a new issue