Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
srnovus authored Oct 4, 2024
1 parent 9300344 commit 179e442
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions dev/container/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@ version: "3"

services:
web:
image: docker.io/node:18.20.0-bookworm
build:
context: .
dockerfile: Dockerfile
container_name: fedired_web
restart: unless-stopped
depends_on:
Expand All @@ -18,8 +20,6 @@ services:
URL: http://localhost:3030
volumes:
- ./fedired:/fedired:rw
- ./docker-entrypoint.sh:/docker-entrypoint.sh:ro
entrypoint: /docker-entrypoint.sh

redis:
restart: unless-stopped
Expand Down

0 comments on commit 179e442

Please sign in to comment.