Skip to content

Commit

Permalink
Update docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Ravencodess authored Jul 28, 2024
1 parent c99cca6 commit 8dd3963
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/development/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ services:
- 4100:3000
restart: always

remix-dev-frontend-2:
build:
context: ../../
dockerfile: docker/development/Dockerfile
ports:
- 4130:3000
restart: always
# remix-dev-frontend-2:
# build:
# context: ../../
# dockerfile: docker/development/Dockerfile
# ports:
# - 4130:3000
# restart: always

0 comments on commit 8dd3963

Please sign in to comment.