Browse Source

removed override file

tags/v1.0.0
Robin Thoni 6 years ago
parent
commit
5d5600dff8
2 changed files with 1 additions and 7 deletions
  1. 1
    0
      .gitignore
  2. 0
    7
      docker-compose.override.yml

+ 1
- 0
.gitignore View File

@@ -2,3 +2,4 @@
2 2
 initrd.img
3 3
 vmlinuz
4 4
 *.swp
5
+docker-compose.override.yml

+ 0
- 7
docker-compose.override.yml View File

@@ -1,7 +0,0 @@
1
-version: '2'
2
-
3
-services:
4
-    apache:
5
-        ports:
6
-            - "10.15.100.1:80:80"
7
-

Loading…
Cancel
Save