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