Skip to content

Commit

Permalink
Set a fixed version in docker-compose
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Albert committed Jun 24, 2019
1 parent cc4302d commit 3d2c495
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
@@ -1,8 +1,7 @@
version: "3.7"
services:
nginxtended:
# image: "wowmuchname/nginxtended:1.14.2"
image: "wowmuchname/nginxtended:dev"
image: wowmuchname/nginxtended:1.17.0
volumes:
- certs:/etc/letsencrypt
- backends:/backends
Expand All @@ -11,6 +10,7 @@ services:
- 443:443
networks:
- proxy-net
container_name: nginxtended
volumes:
certs:
external: true
Expand Down

0 comments on commit 3d2c495

Please sign in to comment.