Commit fa217195ca6fd54b1922c4a03400bb4b70a4a409

Authored by Jonathan
1 parent 5cd3e4d2
Exists in master and in 1 other branch coppe

Delete docker-compose.yml.example

Showing 1 changed file with 0 additions and 19 deletions   Show diff stats
docker-compose.yml.example
... ... @@ -1,19 +0,0 @@
1   -version: '2'
2   -
3   -services:
4   - web:
5   - build:
6   - context: .
7   - args:
8   - - IP=150.165.205.99
9   - ports:
10   - - "80:80"
11   - - "18422"
12   - - "5432"
13   - - "6379"
14   - - "27017"
15   - - "200:200"
16   - - "201:201"
17   - - "8003"
18   - stdin_open: true
19   - tty: true