Change port. Change ssh key path

This commit is contained in:
Jimmy 2021-08-01 13:03:18 +12:00
parent 8f8d206ce4
commit 005796f83f
1 changed files with 2 additions and 2 deletions

View File

@ -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