Skip to content

Commit

Permalink
Fix paths
Browse files Browse the repository at this point in the history
  • Loading branch information
Luke-6723 committed Dec 18, 2020
1 parent ff129fb commit 6abc101
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ./src:/src
- ./:/autodeploy
- /var/run/docker.sock:/var/run/docker.sock
env_file: .env
ports:
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
context: .
dockerfile: Dockerfile
volumes:
- ./autodeploy/src:/src
- ./:/autodeploy
- /var/run/docker.sock:/var/run/docker.sock
env_file: .env
ports:
Expand Down

0 comments on commit 6abc101

Please sign in to comment.