Commit 444d2816824b2a1be6b524abd9cfe0dde505039a

Authored by Chloé Azria
1 parent bedfb73c
Exists in master

test change ports

Showing 1 changed file with 4 additions and 4 deletions   Show diff stats
conf/docker-compose.yml
... ... @@ -6,13 +6,13 @@ services:
6 6 image: dachs-voparis
7 7 tty: true
8 8 expose:
9   - - "80"
10   - - "8080"
  9 + - "81"
  10 + - "8081"
11 11 - "22"
12 12 ports:
13 13 - "2222:22"
14   - - "80:80"
15   - - "8080:8080"
  14 + - "80:81"
  15 + - "8080:8081"
16 16 build:
17 17 context: .
18 18 dockerfile: dachs-dockerfile
... ...