Skip to content

Commit

Permalink
fixes indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
yudi-azvd committed Oct 2, 2022
1 parent 95f2104 commit e253bfd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
version: '3.5'

services:
web:
web:
image: php:7.0-apache
volumes:
- .:/var/www/html/
- .:/var/www/html/
ports:
- "8000:80"
- "8000:80"

0 comments on commit e253bfd

Please sign in to comment.