chore(glances): remove non-used exposed port

This commit is contained in:
Nicolas Meienberger 2023-09-08 23:47:56 +02:00
parent bdaf73ac1b
commit eabffa4c71

View File

@ -5,7 +5,6 @@ services:
restart: unless-stopped restart: unless-stopped
ports: ports:
- ${APP_PORT}:61208 - ${APP_PORT}:61208
- 8421:61209
environment: environment:
- TZ=${TZ} - TZ=${TZ}
- GLANCES_OPT=-w - GLANCES_OPT=-w