Skip to content

Commit

Permalink
fixed indentation in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
nico4 committed Sep 25, 2017
1 parent 60785be commit c7dd9da
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ services:
depends_on:
- gioland
ports:
- '80:80'
- '80:80'
environment:
APACHE_CONFIG: |-
<VirtualHost *:80>
Expand All @@ -33,7 +33,7 @@ services:
image: eeacms/gioland:1.0
container_name: gioland.app
ports:
- '127.0.0.1:5000:5000'
- '127.0.0.1:5000:5000'
volumes:
- gioland-docs:/gioland/docs
- /var/lib/docker/volumes/gioland:/gioland/instance
Expand Down

0 comments on commit c7dd9da

Please sign in to comment.