Remove the restart policy. It's not really needed.
This commit is contained in:
parent
cfaa7cfecc
commit
8f123c49b2
1 changed files with 2 additions and 2 deletions
|
|
@ -14,7 +14,7 @@ services:
|
|||
- "5432:5432"
|
||||
networks:
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
pgadmin:
|
||||
container_name: pgadmin_container
|
||||
|
|
@ -31,7 +31,7 @@ services:
|
|||
- "12345:80"
|
||||
networks:
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
|
||||
|
||||
|
||||
networks:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue