Change port. Change ssh key path
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user