mirror of
https://github.com/LemmyNet/lemmy.git
synced 2025-02-17 03:15:21 +00:00
try to fix postgres service
This commit is contained in:
parent
69c2fe19e4
commit
003852f884
1 changed files with 5 additions and 5 deletions
|
@ -54,7 +54,7 @@ steps:
|
|||
- refs/tags/*
|
||||
|
||||
services:
|
||||
- name: postgres
|
||||
- name: postgres
|
||||
image: postgres:12-alpine
|
||||
environment:
|
||||
POSTGRES_USER: lemmy
|
||||
|
|
Loading…
Reference in a new issue