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 a5ad89b
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions docker/prod/docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,10 +7,10 @@ services:
- 4000:3000
restart: always

remix-prod-frontend-2:
build:
context: ../../
dockerfile: docker/prod/Dockerfile
ports:
- 4030:3000
restart: always
# remix-prod-frontend-2:
# build:
# context: ../../
# dockerfile: docker/prod/Dockerfile
# ports:
# - 4030:3000
# restart: always

0 comments on commit a5ad89b

Please sign in to comment.