mirror of
https://github.com/sudoxnym/habitica.git
synced 2026-04-14 19:56:23 +00:00
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.
10 lines
131 B
YAML
10 lines
131 B
YAML
version: "3"
|
|
services:
|
|
|
|
client:
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|
|
|
|
server:
|
|
volumes:
|
|
- '.:/usr/src/habitrpg'
|