Skip to content

Commit

Permalink
Fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
mtnstar committed Jan 15, 2024
1 parent 622c62f commit a8d7c89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ services:
env_file: docker/rails.env
environment:
WEBPACKER_DEV_SERVER_HOST: webpack
DISABLE_SPRING: true
DISABLE_SPRING: 'true'
ports:
- "3000:3000"
volumes:
Expand Down

0 comments on commit a8d7c89

Please sign in to comment.