Skip to content

Commit

Permalink
Fix compose tabs
Browse files Browse the repository at this point in the history
  • Loading branch information
zalbiraw committed Feb 18, 2022
1 parent 3fd01ca commit 10ed977
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,22 +24,22 @@ services:
image: tykio/tyk-pump-docker-pub:v1.5.1
container_name: tyk-pump
env_file:
- ./confs/pump.env
- ./confs/pump.env
networks:
- tyk
- tyk

tyk-redis:
image: redis
container_name: tyk-redis
ports:
- "6379:6379"
- "6379:6379"
volumes:
- redis-data:/data
- redis-data:/data
networks:
- tyk
- tyk

volumes:
redis-data:

networks:
tyk:
tyk:

0 comments on commit 10ed977

Please sign in to comment.