diff --git a/docker/mpes/Dockerfile.igor b/docker/mpes/Dockerfile.igor
index 067a6e322f1866e17482465582e6d0bc52487a9a..1126391a226b904941e8cd268b47c64c8b3e65dd 100644
--- a/docker/mpes/Dockerfile.igor
+++ b/docker/mpes/Dockerfile.igor
@@ -13,3 +13,11 @@ RUN apt-get install -y git pip qt5-default python3-pyqt5 pyqt5-dev-tools cargo u
 COPY 02-exec-igor /config/custom-cont-init.d/02-exec-cmd
 COPY wine /config/.wine
 WORKDIR /config
+
+ENV PGID=5050
+COPY 30-config /etc/cont-init.d/30-config
+RUN ln -s /config/pcshare /mnt/pcshare
+RUN mkdir /scratch
+RUN ln -s /config/localDataStore /scratch/localDataStore
+RUN mkdir /etc/sed
+RUN ln -s /mnt/pcshare/sed/config.yaml /etc/sed/config.yaml
\ No newline at end of file