mirror of
https://github.com/Mezeporta/Erupe.git
synced 2025-12-13 07:25:03 +01:00
reference the bin and config in the root directory so they don't need to be duplicated in docker folder
This commit is contained in:
@@ -42,8 +42,8 @@ services:
|
||||
build:
|
||||
context: ../
|
||||
volumes:
|
||||
- ./config.json:/app/erupe/config.json
|
||||
- ./bin:/app/erupe/bin
|
||||
- ../config.json:/app/erupe/config.json
|
||||
- ../bin:/app/erupe/bin
|
||||
- ./savedata:/app/erupe/savedata
|
||||
ports:
|
||||
# (Make sure these match config.json)
|
||||
|
||||
Reference in New Issue
Block a user