Skip to content

Commit

Permalink
fix(docker): volumes path error
Browse files Browse the repository at this point in the history
  • Loading branch information
wibus-wee committed Aug 16, 2022
1 parent b90f585 commit f2a5d7b
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 @@ -10,7 +10,7 @@ services:
- NODE_ENV=production
restart: 'on-failure'
volumes:
- ./data/nxspace:/root/.nxspace
- ./data/nx-space:/root/.nx-space

ports:
- '3333:3333'
Expand Down

0 comments on commit f2a5d7b

Please sign in to comment.