Remove the restart policy. It's not really needed.

This commit is contained in:
counterweight 2023-10-29 18:43:50 +01:00
parent cfaa7cfecc
commit 8f123c49b2
Signed by: counterweight
GPG key ID: 883EDBAA726BD96C

View file

@ -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: