diff --git a/.gitignore b/.gitignore index 58144c2..b59ea6b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,2 @@ config/config.json +acme/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 262f9d1..c403b3a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -5,11 +5,9 @@ services: restart: always network_mode: "host" volumes: - - acme:/acme + - ./acme:/acme - ./config/config.json:/etc/hysteria/config.json - ./key/server.crt:/etc/hysteria/server.crt - ./key/server.key:/etc/hysteria/server.key command: ["server", "-c", "/etc/hysteria/config.json"] - -volumes: - acme: + \ No newline at end of file