Skip to content

Commit

Permalink
Corrected error in the docker-compose.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
spikelynch committed Sep 6, 2019
1 parent 8726b4b commit fd8d6e9
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,9 @@ version: '3.1'
networks:
main:

# set build to '.' to make local mods

services:
nginx-ocfl:
build: mikelynch/nginx-ocfl:v1.1.0-beta
image: mikelynch/nginx-ocfl:v1.1.1-beta
ports:
- "8080:8080"
expose:
Expand Down

0 comments on commit fd8d6e9

Please sign in to comment.