Changed order of vars in case it mattered

This commit is contained in:
naomi 2022-04-05 13:29:06 +02:00
parent e9becba06a
commit c938e33828
1 changed files with 3 additions and 4 deletions

View File

@ -15,15 +15,14 @@ services:
php:
image: "thecoopcloud/wordpress:5.8.2-php7.4-fpm-bedrock"
working_dir: /app
environment:
# Pass SSH agent socket, to avoid having to reënter your passphrase
SSH_AUTH_SOCK: "${SSH_AUTH_SOCK}"
volumes:
- ./src:/app:cached
# Use your own SSH Host Key file
- "${HOME}/.ssh/known_hosts:/root/.ssh/known_hosts:ro"
- $SSH_AUTH_SOCK:$SSH_AUTH_SOCK
environment:
# Pass SSH agent socket, to avoid having to reënter your passphrase
SSH_AUTH_SOCK: "${SSH_AUTH_SOCK}"
db:
image: mariadb:10.4
volumes: