Fix nom d'image qui default à docker.io
This commit is contained in:
parent
57ffc2dfba
commit
91811a4caa
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@ services:
|
||||||
- 'minio'
|
- 'minio'
|
||||||
restart: unless-stopped
|
restart: unless-stopped
|
||||||
build: .
|
build: .
|
||||||
image: agecem/agecem-org:latest
|
image: git.agecem.com/agecem/agecem-org:latest
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
volumes:
|
volumes:
|
||||||
|
|
Loading…
Reference in a new issue