From 4f7272776ac106a37c89e8e2f19b888011d6f89b Mon Sep 17 00:00:00 2001 From: Michel Date: Sun, 10 Sep 2023 01:24:52 +0200 Subject: [PATCH] hostname removed --- websiteshot/compose.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/websiteshot/compose.yml b/websiteshot/compose.yml index 4aad044..221d2ce 100644 --- a/websiteshot/compose.yml +++ b/websiteshot/compose.yml @@ -2,7 +2,6 @@ services: # WebsiteShot websiteshot: container_name: ${WEBSITESHOT_CONTAINER_NAME:-WebsiteShot} - hostname: websiteshot image: flowko1/website-shot:${WEBSITESHOT_TAG:-latest} restart: ${RESTART:-unless-stopped} healthcheck: