diff --git a/docker-compose.yaml b/docker-compose.yaml index cd75ca7..9e8f1c9 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -105,9 +105,7 @@ services: image: php:8.2-apache container_name: gfa-status-test volumes: - - /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/ - - /etc/pki/tls/private/gfa-status-test.psi.ch.key:/usr/local/apache2/conf/server.key - - /etc/pki/tls/certs/gfa-status-test.psi.ch.crt:/usr/local/apache2/conf/server.crt + - /opt/webcontent/gfa-status/web:/var/www/html restart: always networks: - backend