change volume

This commit is contained in:
2025-04-10 13:34:52 +02:00
parent a39a39b95d
commit bf1049fc22

View File

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