Update docker-compose.yml

This commit is contained in:
sysadmin 2025-02-04 15:56:56 +00:00
parent addd7d2c4e
commit c267902990

View File

@ -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