Преглед изворни кода

use alpine-based official images

master
Wonderfall пре 7 година
родитељ
комит
b7beb4368c
No known key found for this signature in database GPG Key ID: 3117B26B968A8F33
1 измењених фајлова са 2 додато и 2 уклоњено
  1. +2
    -2
      docker-compose.yml

+ 2
- 2
docker-compose.yml Прегледај датотеку

@@ -2,10 +2,10 @@ version: '2'
services:
db:
restart: always
image: postgres
image: postgres:alpine
redis:
restart: always
image: redis
image: redis:alpine
web:
restart: always
build: .


Loading…
Откажи
Сачувај