Store TrackMania in directory
This commit is contained in:
parent
ae101e2eb2
commit
660f9561cf
2 changed files with 1 additions and 2 deletions
|
@ -68,5 +68,4 @@ services:
|
||||||
retries: 10
|
retries: 10
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
tm-server: {}
|
|
||||||
xaseco: {}
|
xaseco: {}
|
||||||
|
|
|
@ -4,7 +4,7 @@ services:
|
||||||
file: docker-compose.core.overrides.yml
|
file: docker-compose.core.overrides.yml
|
||||||
service: tm
|
service: tm
|
||||||
volumes: &tm-volumes
|
volumes: &tm-volumes
|
||||||
- tm-server:/app
|
- ./app:/app
|
||||||
xaseco-installer:
|
xaseco-installer:
|
||||||
build: &xaseco-build
|
build: &xaseco-build
|
||||||
context: .
|
context: .
|
||||||
|
|
Loading…
Reference in a new issue