From 1a2b834b8982afb4efb98a15bce37378b8065638 Mon Sep 17 00:00:00 2001 From: dex Date: Tue, 31 Oct 2023 04:47:15 +0000 Subject: [PATCH] Update webhosting.yaml --- webhosting.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/webhosting.yaml b/webhosting.yaml index 38c697a..cc6738e 100644 --- a/webhosting.yaml +++ b/webhosting.yaml @@ -29,8 +29,8 @@ services: container_name: ss_website image: ss_website restart: always - #ports: - # - 3000:3000 + ports: + - 3000:3000 build: context: /webhosting/ss_website dockerfile: Dockerfile