minor upgrade

This commit is contained in:
yhaelopez
2023-12-15 16:46:27 -07:00
parent 056d6ac873
commit f25f06a92e
4 changed files with 29 additions and 3 deletions

View File

@@ -152,7 +152,6 @@ services:
image: nginxproxy/acme-companion:${ACME_COMPANION_TAG}
depends_on:
- nginx-proxy
restart: unless-stopped
volumes_from:
- nginx-proxy:rw
volumes:
@@ -173,7 +172,9 @@ services:
dockerfile: ./pgadmin/Dockerfile
args:
- PGADMIN_TAG
restart: 'no'
depends_on:
- postgres
- nginx-proxy
expose:
- 80
volumes: