Docker-Compose Error pull_policy
-
Hi Allan,
Can you help with that?
when running the command:
docker-compose up -d
show this in print:
obs.: comment the line: pull_policy: always
the file is processed, but not accessed.
docker images all up
-
@flávio-pinheiro-de-souza You are using an old version of docker compose. Either remove the pull_policy from the file, or upgrade docker-compose
-
@allan-zimmermann said in Docker-Compose Error pull_policy:
@flávio-pinheiro-de-souza You are using an old version of docker compose. Either remove the pull_policy from the file, or upgrade docker-compose
Perfect!!!
That was it Thanks again -