removed restart always
This commit is contained in:
@@ -4,7 +4,6 @@ services:
|
||||
db:
|
||||
image: postgres:latest
|
||||
container_name: db
|
||||
restart: always
|
||||
ports:
|
||||
- "5432:5432"
|
||||
environment:
|
||||
|
||||
Reference in New Issue
Block a user