fix: remove image tags from application compose files to avoid registry ambiguity
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
services:
|
||||
app:
|
||||
image: ${APP_NAME:-app}:latest
|
||||
restart: always
|
||||
networks:
|
||||
- infra
|
||||
|
||||
Reference in New Issue
Block a user