From c2679029905078e80c27866afe989ad15f320d30 Mon Sep 17 00:00:00 2001 From: sysadmin Date: Tue, 4 Feb 2025 15:56:56 +0000 Subject: [PATCH] Update docker-compose.yml --- docker-compose.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docker-compose.yml b/docker-compose.yml index 4c2095a..7c49fd7 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -33,7 +33,7 @@ services: environment: - PUID=${PUID} # optional, your user id - PGID=${PGID} # optional, your group id - ports: + ports: # - if you use nginx proxy manager or others you can comment this out and proxy host to the internal name of the service and its internal port. - 3000:3000 volumes: - ${DAPPS}/homepage:/config # Make sure your local config directory exists, map this in code-server as well, don't forget what you map it too ie: homepage - see below in code-server service. @@ -55,7 +55,7 @@ services: - TZ=${TZ} # Set your timezone - PASSWORD=${CS_PWD} # Optional, set your password for access ports: - - 8443:8443 # Expose the service on port 8443 + - 8443:8443 # - if you use nginx proxy manager or others you can comment this out and proxy host to the internal name of the service and its internal port. volumes: - ${DAPPS}/code-server/config:/config # Local directory for code-server config - ${DAPPS}/homepage:/homepage #This is where you mapped the homepage/config earlier so that code-server