We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b787a5b commit ee12839Copy full SHA for ee12839
compose.yaml
@@ -5,9 +5,9 @@ services:
5
dockerfile: .devcontainer/Dockerfile
6
image: compiler_admin:dev
7
environment:
8
- GAMCFGDIR: /home/compiler/.config/gam
+ GAMCFGDIR: /home/compiler/.config/compiler-admin/gam
9
entrypoint: sleep infinity
10
volumes:
11
- - ./:/home/compiler/admin
12
- - ./.config/:/home/compiler/.config/gam
13
- - ./.downloads/:/home/compiler/Downloads
+ - .:/home/compiler/admin
+ - ./.config:/home/compiler/.config/compiler-admin
+ - ./.downloads:/home/compiler/Downloads
0 commit comments