Skip to content

Commit

Permalink
changed port mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
kasteckis committed Nov 16, 2020
1 parent 8ac8e14 commit b6b4411
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Empty file modified .docker/develop_init.sh
100644 → 100755
Empty file.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ services:
default:
ipv4_address: 192.168.2.4
ports:
- 8183:80
- 81:80

web:
build: ./.docker
Expand All @@ -40,7 +40,7 @@ services:
- ./:/var/www/html/
- ./.docker/virtualhost.conf:/etc/apache2/sites-available/000-default.conf
ports:
- "80:8080"
- "80:80"
depends_on:
- "mysql"

Expand Down

0 comments on commit b6b4411

Please sign in to comment.