Browse Source

change docker image to postgres debian

master
Ignacio Falco 4 years ago
parent
commit
5597df28e9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.yml View File

5
 
5
 
6
 services:
6
 services:
7
   postgres:
7
   postgres:
8
-    image: postgres:11.5-alpine
8
+    image: postgres:11.8
9
     container_name: postgres
9
     container_name: postgres
10
     restart: unless-stopped
10
     restart: unless-stopped
11
     ports:
11
     ports:

Loading…
Cancel
Save