Skip to content

Commit

Permalink
remove invalid name 'container_name'
Browse files Browse the repository at this point in the history
  • Loading branch information
wallas committed Jul 10, 2024
1 parent 3996a4f commit b601de0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/backend.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ jobs:
services:
postgres:
image: postgres:latest
container_name: ft_db
env:
POSTGRES_USER: trans
POSTGRES_PASSWORD: trans
Expand All @@ -22,7 +21,6 @@ jobs:
redis:
image: redis:latest
container_name: ft_redis
ports:
- "6379:6379"
options: >-
Expand Down

0 comments on commit b601de0

Please sign in to comment.