Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
shfshanyue committed May 9, 2020
1 parent d78e9a5 commit f893ed5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion compose/postgres/docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ services:
ports:
- 5432:5432
volumes:
- ./pg-data:/var/lib/postgsesql/data
- ./pg-data:/var/lib/postgresql/data
labels:
- "traefik.http.routers.db.rule=Host(`db.shanyue.local`)"

Expand Down
2 changes: 1 addition & 1 deletion deploy-postgres.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ services:
ports:
- 5432:5432
volumes:
- ./pg-data:/var/lib/postgsesql/data
- ./pg-data:/var/lib/postgresql/data
labels:
- "traefik.http.routers.db.rule=Host(`db.shanyue.local`)"

Expand Down

0 comments on commit f893ed5

Please sign in to comment.