Simplifier nom de volume config
This commit is contained in:
parent
7cd5f751a6
commit
a437b93718
1 changed files with 2 additions and 2 deletions
|
@ -6,8 +6,8 @@ services:
|
||||||
ports:
|
ports:
|
||||||
- '8080:8080'
|
- '8080:8080'
|
||||||
volumes:
|
volumes:
|
||||||
- 'server-config:/app/config'
|
- 'config:/app/config'
|
||||||
command: ['babillard', 'server', '--config', '/app/config/.babillard.yaml']
|
command: ['babillard', 'server', '--config', '/app/config/.babillard.yaml']
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
server-config:
|
config:
|
||||||
|
|
Loading…
Reference in a new issue