fix: update storage image reference to remove variable interpolation
This commit is contained in:
parent
262cf0cbb4
commit
d94a1e7836
1 changed files with 1 additions and 1 deletions
|
|
@ -38,7 +38,7 @@ services:
|
||||||
# timeout: 10s
|
# timeout: 10s
|
||||||
# retries: 5
|
# retries: 5
|
||||||
storage:
|
storage:
|
||||||
image: "${IMAGE_REGISTRY:-ghcr.io}/${OWNER:-marcopedone}/go_fs:${TAG:-latest}"
|
image: "ghcr.io/marcopedone/go_fs:latest"
|
||||||
ports:
|
ports:
|
||||||
- "8080:8080"
|
- "8080:8080"
|
||||||
environment:
|
environment:
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue