7 lines
121 B
Bash
Executable File
7 lines
121 B
Bash
Executable File
#!/bin/sh
|
|
|
|
mkdir factorio_vol
|
|
chown -R 845:845 factorio_vol
|
|
chmod -R 750 factorio_vol
|
|
# Finally run docker-compose up -d
|