mirror of
https://github.com/acedanger/docker.git
synced 2025-12-06 05:40:11 -08:00
Fix service dependency name for postgres in Docker Compose configuration
This commit is contained in:
@@ -3,7 +3,7 @@ services:
|
||||
container_name: opengist
|
||||
image: ghcr.io/thomiceli/opengist:latest
|
||||
depends_on:
|
||||
- serviceName: postgres
|
||||
- postgres
|
||||
restart: unless-stopped
|
||||
environment:
|
||||
OG_GITHUB_CLIENT_KEY: ${OG_GITHUB_CLIENT_KEY}
|
||||
|
||||
Reference in New Issue
Block a user