removed restart always

This commit is contained in:
gushakov
2021-12-13 10:25:03 +01:00
parent 20ef968c0e
commit 2117369bf7

View File

@@ -4,7 +4,6 @@ services:
db:
image: postgres:latest
container_name: db
restart: always
ports:
- "5432:5432"
environment: