You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Your config looks interesting. Could you update the docker file and update the fig.yml (should be renamed to docker-compose.yml at the same time)? Currently it fails with:
make build
docker build --force-rm=true --no-cache=true -t cron/docker-typo3-cms .
Sending build context to Docker daemon 177.2 kB
Sending build context to Docker daemon
Step 0 : FROM million12/php-app:latest
Pulling repository million12/php-app
INFO[0001] Error: image million12/php-app:latest not found
make: *** [build] Error 1
The text was updated successfully, but these errors were encountered:
Hi,
Your config looks interesting. Could you update the docker file and update the fig.yml (should be renamed to docker-compose.yml at the same time)? Currently it fails with:
The text was updated successfully, but these errors were encountered: