Change port. Change ssh key path
This commit is contained in:
parent
8f8d206ce4
commit
005796f83f
|
@ -6,11 +6,11 @@ services:
|
|||
build: .
|
||||
#command: python /src/pack.py
|
||||
volumes:
|
||||
- ~/.ssh/:/root/.ssh:ro
|
||||
- ./ssh/id_rsa:/app/ssh/id_rsa:ro
|
||||
env_file:
|
||||
- .env
|
||||
ports:
|
||||
- 8080:8080
|
||||
- 800:8000
|
||||
tty: true
|
||||
stdin_open: true
|
||||
|
||||
|
|
Loading…
Reference in New Issue