mirror of
https://github.com/odoocker/odoocker
synced 2025-11-04 23:29:19 +01:00
minor upgrade
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user