pass
This commit is contained in:
parent
a86d43c324
commit
915c465d63
|
|
@ -39,6 +39,10 @@
|
|||
> vim /etc/ssh/sshd_config
|
||||
|
||||
PermitRootLogin without-password
|
||||
|
||||
# Авторизация по паролю root
|
||||
PermitRootLogin yes
|
||||
|
||||
PubkeyAuthentication yes
|
||||
|
||||
> service ssh restart
|
||||
|
|
|
|||
|
|
@ -8,8 +8,8 @@ services:
|
|||
environment:
|
||||
DATABASE_URL: postgres:password@postgres-host/medicine
|
||||
ports:
|
||||
- "9500:9500"
|
||||
- "9501:9501"
|
||||
- "9501:800"
|
||||
- "5100:800"
|
||||
networks:
|
||||
- medicine-network
|
||||
external_links:
|
||||
|
|
|
|||
Loading…
Reference in New Issue