diff options
Diffstat (limited to 'docker-compose-postgres.yaml')
-rw-r--r-- | docker-compose-postgres.yaml | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docker-compose-postgres.yaml b/docker-compose-postgres.yaml index 38a0924..cc17d83 100644 --- a/docker-compose-postgres.yaml +++ b/docker-compose-postgres.yaml @@ -23,11 +23,6 @@ services: - /etc/localtime:/etc/localtime:ro cap_drop: - ALL - environment: - - HTTPS_PROXY=http://172.17.0.1:8120 - - https_proxy=http://172.17.0.1:8120 - - HTTP_PROXY=http://172.17.0.1:8120 - - http_proxy=http://172.17.0.1:8120 postgres: image: postgres:16-alpine3.19 deploy: |