We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f99dd1 commit 987e568Copy full SHA for 987e568
2 files changed
Dockerfile
@@ -92,7 +92,6 @@ COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
92
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]
93
94
FROM base AS app
95
-# STOPSIGNAL SIGQUIT
96
ENV LARAVEL_ROLE=app
97
USER ${user}
98
HEALTHCHECK --start-period=100s CMD curl -f http://localhost/health || exit 1
README.md
@@ -64,7 +64,7 @@ Start the container with:
64
```bash
65
docker compose up -d
66
```
67
-Afterwards you can open your browser http://localhost:8012/
+Afterwards you can open your browser http://localhost/
68
69
## Updating the Image
70
0 commit comments