Update docker-compose dist version to use latest image

This commit is contained in:
Alex Holliday
2024-09-30 13:03:41 +08:00
parent 2e63c4a189
commit c4adb445d6

View File

@@ -1,13 +1,13 @@
services:
client:
image: bluewaveuptime/uptime_client:test
image: bluewaveuptime/uptime_client:latest
ports:
- "80:80"
- "443:443"
depends_on:
- server
server:
image: bluewaveuptime/uptime_server:test
image: bluewaveuptime/uptime_server:latest
ports:
- "5000:5000"
depends_on: