Skip to content

Commit

Permalink
Rename service from feedrender to app in docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ewilan-riviere committed Nov 11, 2024
1 parent 975c490 commit d2f1224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
services:
feedrender:
app:
container_name: feedrender
build:
context: .
dockerfile: Dockerfile
restart: always
ports:
- '${APP_PORT}:3000'
- "${APP_PORT}:3000"
env_file: .env

0 comments on commit d2f1224

Please sign in to comment.