mirror of
https://github.com/onemarcfifty/ansible-rundeck.git
synced 2026-07-17 16:35:30 +00:00
Update docker-compose.yaml
Seems there one more volume expected in the container
This commit is contained in:
parent
0b3dca86f6
commit
45975a71f2
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,7 @@ services:
|
|||
- 8080:8080
|
||||
volumes:
|
||||
- ansible-data:/home/rundeck/ansible
|
||||
- rundeck-data:/home/rundeck/server/data
|
||||
networks:
|
||||
- db-net
|
||||
mariadb:
|
||||
|
|
@ -36,5 +37,6 @@ services:
|
|||
volumes:
|
||||
mariadb-data:
|
||||
ansible-data:
|
||||
rundeck-data:
|
||||
networks:
|
||||
db-net:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue