Update docker compose to bind port 80

This commit is contained in:
Alex Holliday
2024-07-22 10:41:40 -07:00
parent 064e75f862
commit d81d6ba21c

View File

@@ -3,7 +3,7 @@ services:
client:
image: uptime_client:latest
ports:
- "5173:5173"
- "80:5173"
env_file:
- client.env
depends_on: