Browse Source

Use correct ports.

master
Chris Smith 6 years ago
parent
commit
c910af95ab
2 changed files with 2 additions and 2 deletions
  1. 1
    1
      docker-compose.dev.yml
  2. 1
    1
      docker-compose.yml

+ 1
- 1
docker-compose.dev.yml View File

@@ -11,4 +11,4 @@ services:
11 11
     restart: always
12 12
     labels:
13 13
       com.chameth.vhost: 'dev.chameth.com'
14
-      com.chameth.proxy: '1313'
14
+      com.chameth.proxy: '80'

+ 1
- 1
docker-compose.yml View File

@@ -8,4 +8,4 @@ services:
8 8
     restart: always
9 9
     labels:
10 10
       com.chameth.vhost: 'chameth.com,www.chameth.com'
11
-      com.chameth.proxy: '1313'
11
+      com.chameth.proxy: '80'

Loading…
Cancel
Save