diff --git a/docker-compose.yaml b/docker-compose.yaml index a2f5d58..d3a516a 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -104,7 +104,8 @@ services: gfa-status-test: image: httpd container_name: gfa-status-test - volumes: /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/ + volumes: + - /opt/webcontent/gfa-status/web:/usr/local/apache2/htdocs/ restart: always networks: - backend