Skip to content

Commit 987e568

Browse files
committed
Update port in README
1 parent 2f99dd1 commit 987e568

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ COPY ./supervisord.conf /etc/supervisor/conf.d/supervisord.conf
9292
CMD ["supervisord", "-c", "/etc/supervisor/supervisord.conf"]
9393

9494
FROM base AS app
95-
# STOPSIGNAL SIGQUIT
9695
ENV LARAVEL_ROLE=app
9796
USER ${user}
9897
HEALTHCHECK --start-period=100s CMD curl -f http://localhost/health || exit 1

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ Start the container with:
6464
```bash
6565
docker compose up -d
6666
```
67-
Afterwards you can open your browser http://localhost:8012/
67+
Afterwards you can open your browser http://localhost/
6868

6969
## Updating the Image
7070

0 commit comments

Comments
 (0)