Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Windows Docker - Ordner anstelle von Datei #7

Open
notesjor opened this issue Dec 9, 2022 · 2 comments
Open

Windows Docker - Ordner anstelle von Datei #7

notesjor opened this issue Dec 9, 2022 · 2 comments

Comments

@notesjor
Copy link

notesjor commented Dec 9, 2022

docker-compose --profile=init
Anstelle der Datei 'kalmar.production.conf' wird auf Windows (nicht auf Linux getestet) ein Ordner erstellt.

@notesjor
Copy link
Author

notesjor commented Dec 9, 2022

Das Problem hängt mit #3, #6 und #7 zusammen.
Dadurch das ich PWD aus vereinzelten Doku-Schnipseln zusammen gebaut habe:
$env:INDEX="./index"; $env:PWD="./example"; docker-compose --profile=init up
wurde die super_client_info in den Ordner /example geschrieben #6.
Da in #7 anstelle einer Datei ein Ordner erstellt wurde. Habe ich diesen gelöscht und durch eine Datei ersetzt (aus der Doku) kopiert. Leider ist der Mounting-Point in der compose.yaml 'ungünstig'.

Lösung (manuell):

  • Ich habe die Dateien super_client_info in das root-Verzeichnis kopiert.
  • Außerdem habe ich die kalmar.production.conf in das root-Verzeichnis kopiert. Ich füge sie bei - kann dem Image beigefügt werden (anstelle des Orners).
    screen

Anhang:
kalamar.production.conf.zip

@Akron
Copy link
Member

Akron commented Jun 6, 2024

Fixed (hopefully) after switching from root folder to data folder.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants