Skip to content

Commit

Permalink
Fix docker compose
Browse files Browse the repository at this point in the history
  • Loading branch information
richardhallett committed Jan 6, 2022
1 parent 510779e commit cb96283
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@ version: '3'

services:
web:
image: crosscite/content-negotiation
build: .
ports:
- "8085:80"
Expand All @@ -16,3 +15,7 @@ services:
image: memcached:1.4.31
networks:
- public

networks:
public:
driver: bridge

0 comments on commit cb96283

Please sign in to comment.