mirror of
https://github.com/spiral-project/ihatemoney.git
synced 2025-05-05 20:51:49 +02:00
docker compose uses latest image
This commit is contained in:
parent
5e111f8fca
commit
dcf4f6c6aa
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ version: "3.9"
|
||||||
|
|
||||||
services:
|
services:
|
||||||
ihatemoney:
|
ihatemoney:
|
||||||
build: .
|
image: ihatemoney/ihatemoney:latest
|
||||||
environment:
|
environment:
|
||||||
- DEBUG=False
|
- DEBUG=False
|
||||||
- ACTIVATE_ADMIN_DASHBOARD=False
|
- ACTIVATE_ADMIN_DASHBOARD=False
|
||||||
|
|
Loading…
Reference in a new issue