Skip to content
Snippets Groups Projects
Commit d770017d authored by Nathan Rodet's avatar Nathan Rodet
Browse files

Added configuration

parent 1f74550e
No related branches found
No related tags found
6 merge requests!6End of development,!5Develop,!4End of development,!3Develop,!2hot-fix: change readme.md,!1Develop
Pipeline #49189 passed
......@@ -41,7 +41,7 @@ runcmd:
- "sh get-docker.sh"
# Setup Atrium
- "mkdir -p /root/app/data/letsencrypt_cache"
- "cp /root/atrium.yaml /root/app/atrium.yaml && rm /root/atrium.yaml"
- "cp -f /root/atrium.yaml /root/app/atrium.yaml"
# Run Atrium Container
- "docker run -d --name atrium --net=host -v /root/app/atrium.yaml:/app/atrium.yaml -v /root/app/data/GeoLite2-City.mmdb:/app/GeoLite2-City.mmdb -v /root/app/data/letsencrypt_cache:/app/letsencrypt_cache -v /root/app/data:/app/data nicolaspernoud/atrium:latest"
# Install Code Server
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment