aboutsummaryrefslogtreecommitdiff
path: root/docker-compose.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'docker-compose.yaml')
-rw-r--r--docker-compose.yaml6
1 files changed, 2 insertions, 4 deletions
diff --git a/docker-compose.yaml b/docker-compose.yaml
index c8c66b7..e6b0126 100644
--- a/docker-compose.yaml
+++ b/docker-compose.yaml
@@ -1,11 +1,9 @@
services:
nuclearoption:
build: .
- # environment:
- # - STEAM_USERNAME=anonymous
- # - STEAM_PASSWORD=
network_mode: host
env_file:
- .env
volumes:
- - ./nuclearoption:/app \ No newline at end of file
+ - ./nuclearoption:/app
+ - ./overlay:/overlay \ No newline at end of file