docker fix
This commit is contained in:
parent
6ec38ac388
commit
dcc2848e2e
10
compose.yml
10
compose.yml
|
@ -6,3 +6,13 @@ services:
|
|||
- WEBHOOK='https://crm.svs-tech.pro/rest/1/liljl5r1k6dtxt0s/'
|
||||
ports:
|
||||
- 8099:80
|
||||
networks:
|
||||
- dev
|
||||
|
||||
networks:
|
||||
dev:
|
||||
driver: bridge
|
||||
ipam:
|
||||
config:
|
||||
- subnet: 10.66.0.0/16
|
||||
gateway: 10.66.0.1
|
Loading…
Reference in New Issue