Skip to content

Commit

Permalink
Corrigindo erro de range de ips
Browse files Browse the repository at this point in the history
  • Loading branch information
ludimila committed Oct 18, 2018
1 parent 03730b7 commit 7e7b324
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion docker-compose.yml
Expand Up @@ -68,4 +68,13 @@ services:

volumes:
postgresql_data:
api_storage:
api_storage:


networks:
default:
driver: bridge
ipam:
driver: default
config:
- subnet: 10.0.1.0/24

0 comments on commit 7e7b324

Please sign in to comment.