selniumのログをマスク化

develop
root 2023-05-31 18:44:40 +09:00
parent 0e8bc1852f
commit 0653cf1711
1 changed files with 2 additions and 0 deletions

View File

@ -6,6 +6,8 @@ services:
container_name: 'selenium'
volumes:
- /dev/shm:/dev/shm
logging:
driver: none
python3:
build: ./python3
container_name: 'rpoint-getter'