Fix typo
This commit is contained in:
parent
641a144019
commit
97ee9458bb
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ services:
|
||||||
volumes:
|
volumes:
|
||||||
- 'web-config:/etc/bottin'
|
- 'web-config:/etc/bottin'
|
||||||
restart: 'unless-stopped'
|
restart: 'unless-stopped'
|
||||||
command: ['bottin', '--config', '/etc/bottin/api.yaml', 'web']
|
command: ['bottin', '--config', '/etc/bottin/web.yaml', 'web']
|
||||||
|
|
||||||
# adminer:
|
# adminer:
|
||||||
# image: adminer
|
# image: adminer
|
||||||
|
|
Loading…
Reference in a new issue