Skip to content

Commit

Permalink
Moved app ports in local Docker Compose.
Browse files Browse the repository at this point in the history
  • Loading branch information
dleclercpro committed Jan 18, 2024
1 parent f0ded95 commit dfbcc3b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docker-compose.local.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ services:
image: dleclercpro/dummy-authenticator:latest
container_name: auth-app
ports:
- 80:8000
- 8000:8000
depends_on:
- auth-redis
environment:
Expand All @@ -15,8 +15,8 @@ services:
auth-redis:
image: redis:latest
container_name: auth-redis
ports:
- 6379:6379
# ports:
# - 6379:6379
volumes:
- redis:/data

Expand Down

0 comments on commit dfbcc3b

Please sign in to comment.