Update docker-compose.yaml

Seems there one more volume expected in the container
This commit is contained in:
notthinkingtinker 2023-03-06 22:42:32 +02:00 committed by GitHub
parent 0b3dca86f6
commit 45975a71f2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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: