selniumのログをマスク化
parent
0e8bc1852f
commit
0653cf1711
|
@ -6,6 +6,8 @@ services:
|
||||||
container_name: 'selenium'
|
container_name: 'selenium'
|
||||||
volumes:
|
volumes:
|
||||||
- /dev/shm:/dev/shm
|
- /dev/shm:/dev/shm
|
||||||
|
logging:
|
||||||
|
driver: none
|
||||||
python3:
|
python3:
|
||||||
build: ./python3
|
build: ./python3
|
||||||
container_name: 'rpoint-getter'
|
container_name: 'rpoint-getter'
|
||||||
|
|
Loading…
Reference in New Issue