Update the docker compose process (#9724)
Since the client side code and server side code run independently, the docker compose process needed to be updated to reflect this change. This fix included updating the docker-compose files' versions.
This commit is contained in:
+10
-3
@@ -1,3 +1,10 @@
|
||||
web:
|
||||
volumes:
|
||||
- '.:/usr/src/habitrpg'
|
||||
version: "3"
|
||||
services:
|
||||
|
||||
client:
|
||||
volumes:
|
||||
- '.:/usr/src/habitrpg'
|
||||
|
||||
server:
|
||||
volumes:
|
||||
- '.:/usr/src/habitrpg'
|
||||
|
||||
Reference in New Issue
Block a user