mirror of
https://github.com/ChristianLempa/boilerplates.git
synced 2025-08-16 18:02:05 +02:00
feat: always reference the full image name incl. the registry
This commit is contained in:
@ -1,7 +1,7 @@
|
||||
---
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:16.2
|
||||
image: docker.io/library/postgres:16.2
|
||||
container_name: postgres
|
||||
environment:
|
||||
- POSTGRES_INITDB_ARGS=${POSTGRES_INITDB_ARGS---data-checksums}
|
||||
|
Reference in New Issue
Block a user