We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent db41755 commit 70a06bfCopy full SHA for 70a06bf
docker-compose.yml
@@ -10,6 +10,7 @@ services:
10
- dev-backend
11
volumes:
12
- ./ansible/etc-ansible-config:/etc/ansible/
13
+ - ./web/etc-php-8.2-apache2-conf.d:/etc/ansible/web/etc-php-8.2-apache2-conf.d
14
- ./sysadmin-ssh-keys/rsa_sysadmin:/home/sysadmin/.ssh/id_rsa:ro
15
- ./sysadmin-ssh-keys/rsa_sysadmin.pub:/home/sysadmin/.ssh/id_rsa.pub:ro
16
- ./sysadmin-ssh-keys/rsa_sysadmin.pub:/home/sysadmin/.ssh/authorized_keys:ro
0 commit comments