From 86d9fbd4548708d27a0692e30771634d1e77b444 Mon Sep 17 00:00:00 2001 From: vincent Date: Tue, 27 Feb 2024 14:19:27 +0800 Subject: [PATCH] update --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 5f132ae..f74e854 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -1,7 +1,7 @@ version: "3.9" services: hysteria: - image: tobyxdd/hysteria + image: tobyxdd/hysteria:latest container_name: hysteria restart: always network_mode: "host" @@ -12,4 +12,4 @@ services: - ./server.key:/etc/hysteria/server.key command: ["server", "-c", "/etc/hysteria.yaml"] volumes: - acme: \ No newline at end of file + acme: