Merge pull request #1809 from Strubbl/remove-unecessary-docker-stuff

Remove unecessary docker stuff
This commit is contained in:
daniel 2019-11-03 23:10:52 -07:00 committed by GitHub
commit f9b8a1bbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 4 deletions

View File

@ -72,10 +72,6 @@ services:
redis:
image: redis:5-alpine
restart: unless-stopped
env_file:
- ./.env
ports:
- "6379:6379"
volumes:
- "redis-data:/data"
networks: