Ne pas exposer le port 3000
This commit is contained in:
parent
7f4ea1fdda
commit
b963652713
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue