diff --git a/.gitignore b/.gitignore index eff4dc7..523d065 100644 --- a/.gitignore +++ b/.gitignore @@ -52,4 +52,4 @@ debug.txt fabric/run/ # docker stuff -config/ \ No newline at end of file +docker-config/ \ No newline at end of file diff --git a/docker-compose.yml b/docker-compose.yml index 5ad1055..8adbd8a 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -6,4 +6,4 @@ services: ports: - 8192:8192 volumes: - - ./config:/app/config \ No newline at end of file + - ./docker-config:/app/config \ No newline at end of file