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

Remove unecessary docker stuff
pull/1807/head
daniel 5 years ago committed by GitHub
commit f9b8a1bbd3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save