Skip to content

Commit

Permalink
fix typo in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
doug-leasure committed Nov 17, 2022
1 parent 5c41d6c commit 55b9f4c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions deploy/server_config.sh
Original file line number Diff line number Diff line change
Expand Up @@ -67,12 +67,11 @@ sudo systemctl restart docker

# NOTE: first setup a GitHub deploy key for the lemur repository and add it to ~/.ssh/config

mkdir ~/git
cd ~/git
cd ~
git clone http://github.com/OxfordDemSci/lemur

# deploy
cd ~/git/lemur
cd ~/lemur
docker-compose up -d


Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ services:
target: /docker-entrypoint-initdb.d/init-db.sh
- type: bind
source: ./deploy/postgresql/postgresql.conf
target: /etc/postpgreql/postgresql.conf
target: /etc/postgresql/postgresql.conf
ports:
- 5432:5432
networks:
Expand Down

0 comments on commit 55b9f4c

Please sign in to comment.