Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
mpeterss authored Dec 3, 2019
1 parent 80826a3 commit 4f3b404
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.seagull.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ services:
build:
context: sim-administration/postgres
dockerfile: Dockerfile
tmpfs: "//var/lib/postgresql/data"
tmpfs: "/var/lib/postgresql/data"
ports:
- "55432:5432"

Expand Down

0 comments on commit 4f3b404

Please sign in to comment.