Rename test_config.json to test_cofig.yaml in gitignore

This commit is contained in:
Gary Talent 2017-01-28 15:02:05 -06:00
parent 8879463cb9
commit 32408e4471
2 changed files with 1 additions and 2 deletions

2
.gitignore vendored
View File

@ -1,4 +1,4 @@
dospin.json
test_config.json
test_config.yaml
dospin
main

View File

@ -23,4 +23,3 @@ servers:
mount -o discard,defaults /dev/disk/by-id/scsi-0DO_Volume_volume-nyc1-01 /mnt/volume-nyc1-01
echo /dev/disk/by-id/scsi-0DO_Volume_volume-nyc1-01 /mnt/volume-nyc1-01 ext4 defaults,nofail,discard 0 0 | tee -a /etc/fstab
docker run -d --restart=always -p 25565:25565 -v /mnt/volume-nyc1-01/minecraft-server:/minecraft-server -w /minecraft-server -t java:8-alpine sh start.sh