Remove restart policy
This commit is contained in:
@ -3,7 +3,6 @@ version: "3.8"
|
||||
services:
|
||||
postgres:
|
||||
image: postgres:13-alpine
|
||||
restart: ${RESTART_POLICY}
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
tmpfs:
|
||||
@ -26,7 +25,6 @@ services:
|
||||
|
||||
app:
|
||||
image: mattermost/mattermost-team-edition:5.39
|
||||
restart: ${RESTART_POLICY}
|
||||
security_opt:
|
||||
- no-new-privileges:true
|
||||
read_only: ${MATTERMOST_CONTAINER_READONLY}
|
||||
|
||||
Reference in New Issue
Block a user