From 1bad8e8c4fba87f73232c3788247c8e790621622 Mon Sep 17 00:00:00 2001 From: Teck Meng Date: Mon, 15 Apr 2024 14:57:44 +0800 Subject: [PATCH] Update port mapping for cheatsheets_app service in production.yml --- production.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/production.yml b/production.yml index 24d26f7..58e5eb5 100644 --- a/production.yml +++ b/production.yml @@ -60,7 +60,7 @@ services: container_name: cheatsheets_app restart: unless-stopped ports: - - 8811:80 + - "8811:80" networks: - net - default