mirror of
https://github.com/bluewave-labs/Checkmate.git
synced 2026-01-07 02:09:46 -06:00
Merge pull request #412 from bluewave-labs/feat/docker-compose-port-80
Update docker compose to bind port 80
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
client:
|
||||
image: uptime_client:latest
|
||||
ports:
|
||||
- "5173:5173"
|
||||
- "80:5173"
|
||||
env_file:
|
||||
- client.env
|
||||
depends_on:
|
||||
|
||||
Reference in New Issue
Block a user