Skip to content

Commit

Permalink
remove imaginary flag
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Bowling <[email protected]>
  • Loading branch information
Jesse Bowling committed May 20, 2020
1 parent 88dd005 commit 8c8b69e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/prod_security.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ WorkingDirectory=/opt/chnserver

# Remove old containers
ExecStartPre=/usr/bin/docker-compose down
ExecStartPre=/usr/bin/docker-compose rm -f
ExecStartPre=/usr/bin/docker-compose rm
ExecStartPre=/usr/bin/docker-compose pull

# Compose up
Expand Down

0 comments on commit 8c8b69e

Please sign in to comment.