Rename test_config.json to test_cofig.yaml in gitignore
This commit is contained in:
parent
8879463cb9
commit
32408e4471
2
.gitignore
vendored
2
.gitignore
vendored
@ -1,4 +1,4 @@
|
||||
dospin.json
|
||||
test_config.json
|
||||
test_config.yaml
|
||||
dospin
|
||||
main
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user