Ne pas exposer le port 3000

This commit is contained in:
Eric van der Vlist 2024-03-06 21:09:14 +01:00
parent 7f4ea1fdda
commit b963652713
1 changed files with 2 additions and 2 deletions

View File

@ -6,8 +6,8 @@ services:
restart: always
volumes:
- /backend/conf/:/app/backend/conf
ports:
- 3000:3000
# ports:
#- 3000:3000
environment:
- VIRTUAL_HOST=admin.dyomedea.app
- VIRTUAL_PORT=3000