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: . 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